search for: __thrust_exec_check_disable__

Displaying 2 results from an estimated 2 matches for "__thrust_exec_check_disable__".

2018 Feb 20
2
use clang++ to build lulesh 2.0 failed
...I'm trying to use clang++ instead of nvcc to build lulesh 2.0 cuda version. And it fails in the compilation with errors like the one below: opt/common/cuda/cuda-7.5.18/include/thrust/iterator/iterator_adaptor.h:187:5: error: expected member name or ';' after declaration specifiers __thrust_exec_check_disable__ ​It looks like clang++ is complaining about the thrust library comes with cuda, while nvcc works fine for this case. So does it mean clang++ does not support compiling this benchmark (even though it's cuda 7.5)? Or how should I tackle these errors? Thanks a lot!​ -- Best regards Hui Zhang...
2018 Feb 20
0
use clang++ to build lulesh 2.0 failed
...lang++ instead of nvcc to build lulesh 2.0 cuda > version. And it fails in the compilation with errors like the one below: > > opt/common/cuda/cuda-7.5.18/include/thrust/iterator/iterator_adaptor.h:187:5: > error: expected member name or ';' after declaration specifiers > __thrust_exec_check_disable__ > > ​It looks like clang++ is complaining about the thrust library comes with > cuda, while nvcc works fine for this case. So does it mean clang++ does not > support compiling this benchmark (even though it's cuda 7.5)? Or how should > I tackle these errors? > > Thanks a lo...