We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As requested: we're getting a CUDA error: an illegal memory access was encountered (code 700, ERROR_ILLEGAL_ADDRESS) in the benchmark suite of GemmKernels. I placed a reproducer at https://github.com/JuliaGPU/GemmKernels.jl/tree/tf/repro-illegal-memacces.
CUDA error: an illegal memory access was encountered (code 700, ERROR_ILLEGAL_ADDRESS)
Interestingly, the illegal memory access only happens on Julia 1.9, and is fixed on 1.10:
$ git clone https://github.com/JuliaGPU/GemmKernels.jl --branch tf/repro-illegal-memacces $ cd GemmKernels.jl/ $ julia-1.9.4 --project -e 'using Pkg; Pkg.instantiate(); include("repro.jl")' ERROR: LoadError: CUDA error: an illegal memory access was encountered (code 700, ERROR_ILLEGAL_ADDRESS) # ... $ julia-1.10.0 --project -e 'using Pkg; Pkg.instantiate(); include("repro.jl")' # works
ref JuliaGPU/GemmKernels.jl#186 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As requested: we're getting a
CUDA error: an illegal memory access was encountered (code 700, ERROR_ILLEGAL_ADDRESS)
in the benchmark suite of GemmKernels. I placed a reproducer at https://github.com/JuliaGPU/GemmKernels.jl/tree/tf/repro-illegal-memacces.Interestingly, the illegal memory access only happens on Julia 1.9, and is fixed on 1.10:
ref JuliaGPU/GemmKernels.jl#186 (comment)
The text was updated successfully, but these errors were encountered: