-
Notifications
You must be signed in to change notification settings - Fork 159
CI: Always fetch the compute-sanitizer from the CTK 12.8.0 #593
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
Conversation
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test b86f71c |
Probably need to change the modules list so that we have a cache miss. |
/ok to test b22711c |
Closing in favor of different approach #594 |
This comment has been minimized.
This comment has been minimized.
Let me reopen this and look into it further |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me purge the cache again and try this.
/ok to test 28b585b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM — I will try this in combination with #578 right now, if you want to wait for the outcome.
…tead of `ctk_version="12.8.0"`
Let's merge for now. |
…rom the CTK 12.8.x)
|
* CI: Install latest compute-sanitizer separately from CTK * Use mkdir -p to reuse CUDA_PATH * BUG: Always start with clean CUDA_PATH when building cache * REF: Setup CUDA component cache in TMP directory Prevent collision with components already installed to the CUDA_PATH * DEV: Skip non python-3.12 for debugging * fix * Revert "Merge pull request #593 from carterbox/dching/latest-sanitizer" This reverts commit bd770e1, reversing changes made to 19df0d9. * use guess_latest.sh to get the latest CTK ver * fix cache restoration * fix cache restoration * guess_latest needs wget * dunno what I was thinking * not sure if this would work on git for windows... * fix * give rsync a shot * debug * trailing slash, it's always the trailing slash * for some reason --strip-components=1 does not work... * the test runners do not have rsync * restore full matrix * move * avoid rsync... * fix * add inline comments --------- Co-authored-by: Leo Fang <[email protected]> Co-authored-by: Leo Fang <[email protected]>
Description
We want to always use the latest compute-sanitizer because there could be bug fixes for the compute-sanitizer, and it is OK to use the newest compute-sanitizer on programs running with old CTK versions.
closes #594
Checklist