Skip to content

Commit 40aed6c

Browse files
Update windows-cuda.yml
1 parent 5a7cff7 commit 40aed6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows-cuda.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Fix
23-
run: (echo '#if USE_FPA_INTB_GEMM' & type onnxruntime\contrib_ops\cuda\llm\fpA_intB_gemm_profiler.cc & echo '#endif') > temp && move /y temp onnxruntime\contrib_ops\cuda\llm\fpA_intB_gemm_profiler.cc
23+
run: |
24+
(echo '#if USE_FPA_INTB_GEMM' & type onnxruntime\contrib_ops\cuda\llm\fpA_intB_gemm_profiler.cc & echo '#endif') > temp && move /y temp onnxruntime\contrib_ops\cuda\llm\fpA_intB_gemm_profiler.cc
25+
type onnxruntime\contrib_ops\cuda\llm\fpA_intB_gemm_profiler.cc
2426
2527
- name: Setup MSVC
2628
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)