Julia programmingCUDA kernel conceptsRNG (random number generation)
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
30
調査方針
Investigate the current RNG implementation in CUDA.jl, specifically how kernel launches interact with the default RNG. Look at the RNG module in the repository (likely src/random.jl or similar). Propose a design for kernel specific RNG that does not affect the global RNG. Consider any existing PRs or comments in related issues.
CUDA kernel launches should use their own RNG · JuliaGPU/CUDA.jl#2417 | Good First Issue