From f55c3dcff8250c13256f80b6fe8bb59e328eb966 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 29 Oct 2024 12:46:24 +0800 Subject: [PATCH] hotfix: bump ocelot --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eddbfee3c2..52f763c729 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -445,7 +445,7 @@ jobs: cache-name: cache-gpuocelot-build with: path: ${{ github.workspace }}/gpuocelot/ocelot - key: ubuntu22.04-gpuocelot-4524e34adb7eaccc6f71262f2e21d7052bb17c2f-rebuild-8 + key: ubuntu22.04-gpuocelot-4524e34adb7eaccc6f71262f2e21d7052bb17c2f-rebuild-9 - name: Clone/compile gpuocelot if: (matrix.backend == 'ptx' || matrix.backend == 'triton' || matrix.backend == 'nv') && steps.cache-build.outputs.cache-hit != 'true' run: |