forked from boostorg/smart_ptr
966786e7f90d20f029d0f330a658d23c4f39d6d9
nvcc seems to use the host compiler for preprocessing the source for the device and host compilation. When compiling the host code with the host compiler (clang), `__builtin_assume` is detected correctly and is also available during compilation. When compiling the device code with nvcc, this builtin function is not available.
Description
Languages
C++
99.7%
CMake
0.3%