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
CUDA.jl has support for using functionality like rand(Distributions.Uniform(-1, 1)) on kernel code, which AMDGPU.jl flags as invalid LLVM-IR.
rand(Distributions.Uniform(-1, 1))
What's the best way to add this kind of functionality? Happy to help.
The text was updated successfully, but these errors were encountered:
Also needed by @utkarsh530 in SciML/DiffEqGPU.jl#227
Sorry, something went wrong.
Probably in the short term we can copy-pasta most of CUDA.jl's implementation.
Successfully merging a pull request may close this issue.
CUDA.jl has support for using functionality like
rand(Distributions.Uniform(-1, 1))
on kernel code, which AMDGPU.jl flags as invalid LLVM-IR.What's the best way to add this kind of functionality? Happy to help.
The text was updated successfully, but these errors were encountered: