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
After https://github.com/ShigekiKarita/grain/tree/v0.0.6, I removed the dcompute library and CUDA kernels written in D from grain. If these issues are fixed, I wanna go back
The text was updated successfully, but these errors were encountered:
sync threads is dcompute.std.sync.barrier()
dcompute.std.sync.barrier()
for fast math functions LDC's @fastmath should do the trick, if it doesn't let me know.
@fastmath
I'm waiting on the LLVM7 release and then I'll get LDC into shape and get the atomics working.
Could you please point me to an example of loading multiple module so I can have an idea of what thats supposed to look like?
Sorry, something went wrong.
Thank you for your kindness! It really helps me. I'm trying to go back dcompute soon.
OK but this might come from my wrong usage of CUDA driver API. Anyway I will make a minimal example.
No branches or pull requests
After https://github.com/ShigekiKarita/grain/tree/v0.0.6, I removed the dcompute library and CUDA kernels written in D from grain. If these issues are fixed, I wanna go back
The text was updated successfully, but these errors were encountered: