Skip to content

[Build] CUDA 13 cuda/std/utility changed #26362

@Ian990466

Description

@Ian990466

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildbuild issues; typically submitted using templateep:CUDAissues related to the CUDA execution provider

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions