From 28a96382ffab58c9c9042ae415d47c8710246629 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Sun, 30 Mar 2025 20:28:56 +0200 Subject: [PATCH] fix: add cuda_cache dir to prevent parallel nodes from hanging up --- .gitignore | 1 - GPUSimulators/cuda_cache/.gitkeep | 0 2 files changed, 1 deletion(-) create mode 100644 GPUSimulators/cuda_cache/.gitkeep diff --git a/.gitignore b/.gitignore index cf29a0c..0dce9f7 100644 --- a/.gitignore +++ b/.gitignore @@ -186,7 +186,6 @@ cython_debug/ .pypirc # CUDA -cuda_cache/ # Taken from: https://github.com/github/gitignore/blob/main/CUDA.gitignore *.i diff --git a/GPUSimulators/cuda_cache/.gitkeep b/GPUSimulators/cuda_cache/.gitkeep new file mode 100644 index 0000000..e69de29