Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/docs/CompileCudaWithLLVM.rst | ||
---|---|---|
27 ↗ | (On Diff #174300) | Is there a way to query clang (or its source code) to see what versions it supports, so that people don't have to ping us manually? Like, if we write the documentation saying "current release of clang", are we going to update it for every new release? |
llvm/docs/CompileCudaWithLLVM.rst | ||
---|---|---|
27 ↗ | (On Diff #174300) | There's no convenient way at the moment. The easiest way for the user right now is to check __clang_cuda_runtime_wrapper.h We could enhance CUDA installation detector to issue a warning if it finds and unsupported CUDA version and list supported versions there. |
llvm/docs/CompileCudaWithLLVM.rst | ||
---|---|---|
27 ↗ | (On Diff #174300) | Sure, I'm wondering if e.g. we shouldn't point users at __clang_cuda_runtime_wrapper.h?
Something like that might be nice. |