-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend cudf devcontainers to specify jitify2 kernel cache #15068
Extend cudf devcontainers to specify jitify2 kernel cache #15068
Conversation
This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory.
We'll also need this change in the unified devcontainers (i.e. in https://github.com/rapidsai/devcontainers). |
The unified devcontainers have the change ( https://github.com/rapidsai/devcontainers/blob/branch-24.04/.devcontainer/rapids.Dockerfile#L53 ) |
Ah didn't see that got lumped into the CUDA 12.2 PR. All good then. |
/merge |
Co-authored-by: Paul Taylor <[email protected]>
/merge |
Description
This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory.
Checklist