libtorch 사용 중.
debug lib에서는 잘되는데 release l
ib 에서는 빌드 시에
여기서 에러 발생.
https://github.com/pytorch/pytorch/pull/17863/commits/ee4186545b9afc0b34d6625e504433b8026a35e8
이걸 보니까
앞에다. ::를 붙이면 해결 된다고 한다.
https://stackoverflow.com/questions/4269034/what-is-the-meaning-of-prepended-double-colon
:: 를 하면 scope를 제거해서 global 접근을 하게 해주는 것 같다.
'기술관련 기록' 카테고리의 다른 글
numpy array를 ctypes으로 c++에서 사용하는 데, 비상식적으로 동작할 때 (0) | 2022.10.25 |
---|---|
unable to determine the device handle for GPU 0000:3B:00.0 : unknown Error (0) | 2022.08.07 |
c,c++ 에러 발생 위치가 매번 다를 경우 (0) | 2022.03.09 |
ubuntu 서버 갑자기 재부팅 - larynx (0) | 2022.03.03 |
VS code remote ssh 안됨 (0) | 2022.02.07 |