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 c7ef1fa commit ada187bCopy full SHA for ada187b
.github/actions/setup-triton/action.yml
@@ -63,7 +63,7 @@ runs:
63
echo "TRITON_USE_SPIRV_BACKEND=1" | tee -a $GITHUB_ENV
64
65
- name: Build LLVM
66
- if: ${{ inputs.build_llvm == 'true' && }}
+ if: ${{ inputs.build_llvm == 'true'}}
67
shell: bash
68
run: |
69
export BASE=$HOME
@@ -85,13 +85,6 @@ runs:
85
86
echo "LLVM_SYSPATH=$HOME/packages/llvm" | tee -a $GITHUB_ENV
87
88
- - name: Save LLVM cache
89
90
- uses: ./.github/actions/save
91
- with:
92
- path: ${{ steps.llvm-cache.outputs.path }}
93
- dest: ${{ steps.llvm-cache.outputs.dest }}
94
-
95
- name: Prepare Triton cache
96
97
0 commit comments