We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7cff7 commit 40aed6cCopy full SHA for 40aed6c
.github/workflows/windows-cuda.yml
@@ -20,7 +20,9 @@ jobs:
20
fetch-depth: 0
21
22
- 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
+ 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
26
27
- name: Setup MSVC
28
uses: ilammy/msvc-dev-cmd@v1
0 commit comments