Details
Diff Detail
- Build Status
Buildable 25073 Build 25072: arc lint + arc unit
Event Timeline
llvm/docs/CompileCudaWithLLVM.rst | ||
---|---|---|
27 | 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 | 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 | Sure, I'm wondering if e.g. we shouldn't point users at __clang_cuda_runtime_wrapper.h?
Something like that might be nice. |
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?