File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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 . /lib/Target/SPIRV/spirv-llvm-translator.conf)" >> $GITHUB_ENV
69+ run : echo "CID_CURRENT=$(cat 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 }}
8787 if : ${{ env.TARGET_PRID == null }}
8888 run : |
8989 ./scripts/check-update-translator-cid.sh $CID_LATEST $CID_CURRENT
90- if git status --porcelain . /lib/Target/SPIRV/spirv-llvm-translator.conf | grep '^ M'; then
90+ if git status --porcelain third_party/intel /lib/Target/SPIRV/spirv-llvm-translator.conf | grep '^ M'; then
9191 echo "MODIFIED=true" >> $GITHUB_ENV
9292 echo "spirv-llvm-translator.conf has been modified"
9393 fi
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COMMIT_IDS=$(git -C $TRITON_PROJ/external/SPIRV-LLVM-Translator log --format="%H
2525cd $TRITON_PROJ
2626FOUND=false
2727for cid in $COMMIT_IDS ; do
28- echo " $cid " > . /lib/Target/SPIRV/spirv-llvm-translator.conf
28+ echo " $cid " > third_party/intel /lib/Target/SPIRV/spirv-llvm-translator.conf
2929
3030 BUILD_STATUS=PASS
3131 echo " ::group::Building Triton for $cid "
@@ -52,5 +52,5 @@ for cid in $COMMIT_IDS; do
5252done
5353
5454if [ " $FOUND " = false ]; then
55- git restore . /lib/Target/SPIRV/spirv-llvm-translator.conf
55+ git restore third_party/intel /lib/Target/SPIRV/spirv-llvm-translator.conf
5656fi
You can’t perform that action at this time.
0 commit comments