[llvm-dev] support for nvidia Turing GPU

treinz via llvm-dev llvm-dev at lists.llvm.org
Fri Dec 28 22:25:48 PST 2018


Hi,


I'm trying to use clang 7.0.1 to compile a simple program as shown on https://llvm.org/docs/CompileCudaWithLLVM.html for nvidia RTX2080 (compute capability 7.5). clang complains about not supporting sm_75. I then try the llvm repository head 7a5cc00 from the git mirror and the simple program compiles and runs fine. But then I found that for more complicated programs, I often got this runtime error:


cudaDeviceSynchronize() error( cudaErrorIllegalInstruction): an illegal instruction was encountered


cuda-gdb traces this back to __cuda_sm70_warpsync()


Can someone tell me that if the Turing GPU is currently supported or not?


Thanks,
Char
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181229/e7c57bff/attachment.html>


More information about the llvm-dev mailing list