File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666
6767 - name : Get commit ID from Triton's spirv-llvm-translator.conf
6868 if : ${{ env.TARGET_PRID == null }}
69- run : echo "CID_CURRENT=$(cat third_party/intel/lib/Target/SPIRV/spirv-llvm-translator.conf)" >> $GITHUB_ENV
69+ run : echo "CID_CURRENT=$(< third_party/intel/lib/Target/SPIRV/spirv-llvm-translator.conf)" >> $GITHUB_ENV
7070
7171 - name : Checkout SPIRV-LLVM-Translator
7272 if : ${{ env.TARGET_PRID == null }}
8282 run : |
8383 echo "CID_LATEST=$(git -C external/SPIRV-LLVM-Translator rev-parse HEAD)" >> $GITHUB_ENV
8484
85- # the latest valid cid has been weitten to spirv-llvm-translator.conf
85+ # the latest valid cid has been written to spirv-llvm-translator.conf
8686 - name : Search the latest valid Translator cid
8787 if : ${{ env.TARGET_PRID == null }}
8888 run : |
You can’t perform that action at this time.
0 commit comments