File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ git reset --hard
37
37
git checkout v$ONNXRUNTIME
38
38
git submodule update --init --recursive
39
39
git submodule foreach --recursive ' git reset --hard'
40
- git checkout v1.15.1 onnxruntime/core/platform/windows/stacktrace.cc # revert https://github.com/microsoft/onnxruntime/pull/17173
41
40
42
41
case $PLATFORM in
43
42
linux-arm64)
@@ -48,7 +47,7 @@ case $PLATFORM in
48
47
;;
49
48
windows-* )
50
49
if [[ -n " ${CUDA_PATH:- } " ]]; then
51
- export CUDACXX=" $CUDA_PATH /bin/nvcc"
50
+ export CUDACXX=" $CUDA_PATH /bin/nvcc.exe "
52
51
export CUDA_HOME=" $CUDA_PATH "
53
52
export CUDNN_HOME=" $CUDA_PATH "
54
53
fi
@@ -87,6 +86,7 @@ sedinplace 's/MLAS_CPUIDINFO::GetCPUIDInfo().HasArmNeon_I8MM()/false/g' onnxrunt
87
86
patch -p1 < ../../../onnxruntime.patch
88
87
# patch -p1 < ../../../onnxruntime-windows.patch # https://github.com/microsoft/onnxruntime/pull/7883
89
88
sedinplace ' /--Werror/d' cmake/CMakeLists.txt
89
+ sedinplace ' /-DCMAKE_CUDA_COMPILER=/d' tools/ci_build/build.py
90
90
sedinplace " s/return 'ON'/return 'OFF'/g" tools/ci_build/build.py
91
91
sedinplace " s/Visual Studio 1. 20../Ninja/g" tools/ci_build/build.py
92
92
sedinplace ' s/Darwin|iOS/iOS/g' cmake/onnxruntime_providers_cpu.cmake cmake/onnxruntime_providers.cmake
You can’t perform that action at this time.
0 commit comments