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
CMake Error at /.miniconda3/envs/lib/python3.10/site-packages/cmake/data/share/cmake-3.26/Modules/FindCUDAToolkit.cmake:748 (message):
Could not find nvcc, please set CUDAToolkit_ROOT.
Call Stack (most recent call first):
framework/CMakeLists.txt:92 (find_package)
Usually we disables entire LLVM backend without CUDA because the CPU backend has some issue with its allocator (memories doesn't dealloc). So I would recommend you to shift to the SPIR-V backends like Vulkan or Metal for deployment (if CUDA is unwanted). But please feel free to PR this change if you find it necessary.
This option doesn't seem to be referencing the top-level CMakeFiles:
taichi-aot-demo/framework/CMakeLists.txt
Line 85 in a6c35b6
Resulting in:
Even when:
taichi-aot-demo/CMakeLists.txt
Line 13 in a6c35b6
The text was updated successfully, but these errors were encountered: