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
The switch away from the older FindCUDA module (e.g. cuda_add_library(), etc.) to CMake's newer CUDA first-class language support apparently introduced an issue where Yak builds without errors and runs without crashing but doesn't integrate depth images into the TSDF volume.
Short-term fix: revert back to the FindCUDA module.
Long-term fix: figure out what's going wrong under the new method.
The text was updated successfully, but these errors were encountered:
The switch away from the older FindCUDA module (e.g.
cuda_add_library()
, etc.) to CMake's newer CUDA first-class language support apparently introduced an issue where Yak builds without errors and runs without crashing but doesn't integrate depth images into the TSDF volume.Short-term fix: revert back to the FindCUDA module.
Long-term fix: figure out what's going wrong under the new method.
The text was updated successfully, but these errors were encountered: