Skip to content

Commit 244343c

Browse files
Merge pull request #49 from nicolas-chaulet/humanpose1-patch-1
Update README.md
2 parents 87a7564 + 4d9ad2b commit 244343c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ $ echo $CPATH
4343
>>> /usr/local/cuda/include:...
4444
```
4545

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+
```
4654

4755
### CUDA kernel failed : no kernel image is available for execution on the device
4856

0 commit comments

Comments
 (0)