You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been able to compile the example for nanovdb "read_nanovdb_sphere_accessor_cuda", so I know nanovdb has been compiled. But I am havetrouble with compiling the example "read_nanovdb_sphere_accessor_cuda.cu", which uses nanovdb with cuda. I have tried multiple methods (vcpkg, manually compiling, etc), but always end up with an unresolved external symbol error related to GridHandle (LNK2019).
It seems the lib files I have linked to do not contain any cuda symbols? So I am not sure if this is a compiling issue, or if it is a library issue.
I am a novice with vdb and cuda, so any advice to troubleshoot this would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been able to compile the example for nanovdb "read_nanovdb_sphere_accessor_cuda", so I know nanovdb has been compiled. But I am havetrouble with compiling the example "read_nanovdb_sphere_accessor_cuda.cu", which uses nanovdb with cuda. I have tried multiple methods (vcpkg, manually compiling, etc), but always end up with an unresolved external symbol error related to GridHandle (LNK2019).
It seems the lib files I have linked to do not contain any cuda symbols? So I am not sure if this is a compiling issue, or if it is a library issue.
I am a novice with vdb and cuda, so any advice to troubleshoot this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions