cbesot
cbesot
Config syntax, missing ';' at index: 984 for me :)
Same problem form me. > core file size (blocks, -c) 0 > data seg size (kbytes, -d) unlimited > scheduling priority (-e) 0 > file size (blocks, -f) unlimited >...
All that I tried doesn't work. From gcc problem to clang problem passing by cuda problem. At the end, I made as above : cuda9 and clang-3.8 `export CC=/usr/bin/clang-3.8 export...
Works! Without specifying -DCUDA_COMPILER=clang So: ``` git clean -fdx export CC=/usr/bin/clang-3.8 export CXX=/usr/bin/clang++-3.8 cmake . -DCUDA_ARCH 61 ```