-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Describe the issue
Hi,
The error onnxruntime/build/Linux/Release/_deps/cutlass-src/include/cutlass/cutlass.h:43:35: fatal error: cuda/std/utility: No such file or directory occurred when I built ONNX Runtime on the DGX Spark.I noticed that in CUDA 13, the folder has been moved to /cuda-13.0/include/cccl/cuda/std/utility.Could you please advise where I should update the path, or consider updating it in the new version?
Urgency
No response
Target platform
Ubuntu DGX Spark
Build script
./build.sh --config Release --use_cuda --cuda_home $CUDA_HOME --cudnn_home $CUDA_HOME --skip_tests --build_wheel --parallel --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES="121" --cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=OFF
Error / output
/onnxruntime/build/Linux/Release/_deps/cutlass-src/include/cutlass/cutlass.h:43:35: fatal error: cuda/std/utility: No such file or directory
43 | #define CUDA_STD_HEADER(header) <cuda/std/header>
Visual Studio Version
No response
GCC / Compiler Version
No response