Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ONNX runtime to version 1.17.1
This version requires two more workarounds: - -Wno-error=maybe-uninitialized is needed to a void a (hopefully false positive) warning about a potentially uninitialised variable with cuDNN 8.9 and 9.0 - -Donnxruntime_NVCC_THREADS=0 is needed because the default is ON, causing nvcc to be called as "nvcc ... --threads ON ...", which causes an error.
- Loading branch information