disable ocelot cache

This commit is contained in:
Szymon Ożóg
2023-10-07 16:33:28 +02:00
committed by GitHub
parent 243ebf9480
commit ef9c714e13
+1 -1
View File
@@ -248,7 +248,7 @@ jobs:
sudo apt update -y
sudo apt install -y --no-install-recommends git g++ cmake ninja-build llvm-15-dev zlib1g-dev libglew-dev flex bison libfl-dev libboost-thread-dev libboost-filesystem-dev nvidia-cuda-toolkit-gcc
- name: Cache gpuocelot
if: matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton'
if: false#matrix.backend == 'cuda' || matrix.backend == 'ptx' #|| matrix.backend == 'triton'
id: cache-build
uses: actions/cache@v3
env: