Note that this is not specific to this very kernel. I've tested similar kernel for Float16 which also works just fine under 1.7.2 but fails with 1.8.0-beta1.
This might also be the reason why we see illegal memory access errors in #1426 and #1425. (It's curious though that #1419 work...)
Using the current CUDA.jl master (
146ad00c0
) the following kernel works with Julia 1.7.2 but fails with Julia 1.8.0-beta1.Error message for Julia 1.8.0-beta1:
Note that this is not specific to this very kernel. I've tested similar kernel for Float16 which also works just fine under 1.7.2 but fails with 1.8.0-beta1.
This might also be the reason why we see illegal memory access errors in #1426 and #1425. (It's curious though that #1419 work...)