Open learn2phoenix opened 1 year ago
This happens with incorrect _GLIBCXX_USE_CXX11_ABI. Is your PyTorch compiled with _GLIBCXX_USE_CXX11_ABI=0 or _GLIBCXX_USE_CXX11_ABI=1?
@learn2phoenix I unfortunatley encountered the same Error and cannot solve it. Did you by any Chance solve it?
When I try to
import tinycudann
I get the following error:Could someone help, please?
The following is my build setting if it helps