Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在尝试使用 clang 编译 .cu (Cuda) 文件时遇到了这个问题。甚至是未声明threadId.x 的blockDim.x。
threadId.x
blockDim.x
任何人都可以请帮助包含哪些标题以使用clang编译它。使用 nvcc 编译工作正常。