From 5a8c2170140bee8c1bb8f6f6e631859cdbe79455 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 15 Feb 2024 13:23:16 -0500 Subject: [PATCH 1/3] Extend cudf devcontainers to specify jitify2 kernel cache This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory. --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c19bb68986f..bf00220ae40 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -33,3 +33,4 @@ ENV SCCACHE_REGION="us-east-2" ENV SCCACHE_BUCKET="rapids-sccache-devs" ENV VAULT_HOST="https://vault.ops.k8s.rapids.ai" ENV HISTFILE="/home/coder/.cache/._bash_history" +ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/latest" From 58a3f5b2a7d3837884d77e70e93b6400f3731dcb Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 27 Feb 2024 16:32:00 -0500 Subject: [PATCH 2/3] jitify cache path matches that of unified dev container --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bf00220ae40..a8b354952bb 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -33,4 +33,4 @@ ENV SCCACHE_REGION="us-east-2" ENV SCCACHE_BUCKET="rapids-sccache-devs" ENV VAULT_HOST="https://vault.ops.k8s.rapids.ai" ENV HISTFILE="/home/coder/.cache/._bash_history" -ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/latest" +ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/latest/jitify_cache" From 55f107677e89b0ed3396e2d31461784f359e5fac Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 11 Mar 2024 14:07:26 -0400 Subject: [PATCH 3/3] Update .devcontainer/Dockerfile Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a8b354952bb..8190b5d0297 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -33,4 +33,4 @@ ENV SCCACHE_REGION="us-east-2" ENV SCCACHE_BUCKET="rapids-sccache-devs" ENV VAULT_HOST="https://vault.ops.k8s.rapids.ai" ENV HISTFILE="/home/coder/.cache/._bash_history" -ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/latest/jitify_cache" +ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/${PYTHON_PACKAGE_MANAGER}/cuda-${CUDA_VERSION}/latest/jitify_cache"