Valentin Churavy
Valentin Churavy
``` ERROR: LoadError: MethodError: no method matching rng_native_52(::GPUArrays.RNG) Closest candidates are: rng_native_52(::Random.RandomDevice) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Random/src/RNGs.jl:58 rng_native_52(::Random._GLOBAL_RNG) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Random/src/RNGs.jl:404 rng_native_52(::Random.MersenneTwister) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Random/src/RNGs.jl:430 Stacktrace: [1] rand(r::GPUArrays.RNG, #unused#::Random.SamplerTrivial{Random.UInt52Raw{UInt64}, UInt64}) @ Random /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Random/src/generation.jl:114 [2] rand(rng::GPUArrays.RNG,...
We are using `ghr` to upload binary assets from Github to CI. Currently I am seeing an increased failure rate: ``` Failed to upload one of assets: one of the...
As I have mentioned over the last little while I would like to remove the event system. Over the years it has proven itself to be cumbersome, and prone to...
https://github.com/JuliaGPU/GPUCompiler.jl/pull/335 cc: @matinraayai @lcw
KA currently uses a very verbose and explicit dependency management. ``` event = kernel(CPU())(...) event = kernel(CPU())(..., dependencies=(event,)) ``` This was added since at the time CUDA.jl used one stream,...
``` @kernel f(fns::T) where T fns[1](...) end ``` Just watched @leios get not get a GPU kernel invalidated... Might be a second `@generated` in the way.
@glwagner needs a reduction interface so we should finally add that. cc: @jpsamaroo