search for: cutil_subset

Displaying 1 result from an estimated 1 matches for "cutil_subset".

2016 Oct 14
2
LLVM/CLANG: CUDA compilation fail for inline assembly code
...uot;(ret) ); - return ret; - } The original make file has nvcc compiler with a flag -Xptxas -v. It compiles with nvcc. LLVM has -Xcuda-ptxas <arg>, which I believe is the comparable command for compiling PTX code. I get following error when I try compiling (clang 4.0).: 1. ../../include/cutil_subset.h:23:25: error: invalid % escape in inline assembly string 2. asm("mov.u32 %0, %smid;" : "=r"(ret) ); It points to %smid. I have been trying to figure out what is this error is but NVIDIA PTX has this <http://docs.nvidia.com/cuda/cuda-c-programming-guide/>. Is th...