We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a7564 commit 4d9ad2bCopy full SHA for 4d9ad2b
README.md
@@ -43,6 +43,14 @@ $ echo $CPATH
43
>>> /usr/local/cuda/include:...
44
```
45
46
+On the compilation, if you have this error:
47
+```error: cannot call member function 'void std::basic_string<_CharT, _Traits, _Alloc>::_Rep::_M_set_sharable()```
48
+it means that your nvcc version is too old. The version must be at least 10.1.168.
49
+To check the version:
50
+```
51
+nvcc --version
52
+>>> V10.1.168
53
54
55
### CUDA kernel failed : no kernel image is available for execution on the device
56
0 commit comments