JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.2k stars 218 forks source link

fix kernel launch logic #2353

Closed xaellison closed 5 months ago

xaellison commented 5 months ago

@maleadt this is the same as https://github.com/JuliaGPU/CUDA.jl/pull/2338/files but also changes the variable log_threads. That change fixes the integer arithmetic error

maleadt commented 5 months ago

Great, thanks!