diff --git a/.github/workflows/amd_perf_kernel_Integration_tests.yml b/.github/workflows/amd_perf_kernel_Integration_tests.yml index 03a76f932d04..bc50ac881f5f 100644 --- a/.github/workflows/amd_perf_kernel_Integration_tests.yml +++ b/.github/workflows/amd_perf_kernel_Integration_tests.yml @@ -18,6 +18,7 @@ env: TRITON_BUILD_WITH_CLANG_LLD: "TRUE" TRITON_USE_ASSERT_ENABLED_LLVM: "TRUE" TRITON_DISABLE_LINE_INFO: 1 + TRITON_BUILD_WITH_CCACHE: "FALSE" jobs: Check-File-Changes: @@ -122,6 +123,7 @@ jobs: echo "PATH is '$PATH'" pip uninstall -y triton cd python + export TRITON_BUILD_WITH_CCACHE=0 pip install -v -e . - name: Run Perf Kernels Unit Tests run: | diff --git a/.github/workflows/amd_perf_kernel_postmerge_tests.yml b/.github/workflows/amd_perf_kernel_postmerge_tests.yml index 21470c094e46..54920001e243 100644 --- a/.github/workflows/amd_perf_kernel_postmerge_tests.yml +++ b/.github/workflows/amd_perf_kernel_postmerge_tests.yml @@ -15,6 +15,7 @@ env: TRITON_BUILD_WITH_CLANG_LLD: "TRUE" TRITON_USE_ASSERT_ENABLED_LLVM: "TRUE" TRITON_DISABLE_LINE_INFO: 1 + TRITON_BUILD_WITH_CCACHE: "FALSE" jobs: Runner-Preparation-AMD: @@ -83,6 +84,7 @@ jobs: echo "PATH is '$PATH'" pip uninstall -y triton cd python + export TRITON_BUILD_WITH_CCACHE=0 pip install -v -e . - name: Run Perf Kernels Unit Tests run: |