-
Notifications
You must be signed in to change notification settings - Fork 168
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
ci: Fix GPU CI on A4000 #1252
ci: Fix GPU CI on A4000 #1252
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1252 +/- ##
=======================================
Coverage 47.89% 47.89%
=======================================
Files 375 375
Lines 19588 19588
Branches 9214 9214
=======================================
Hits 9382 9382
Misses 3822 3822
Partials 6384 6384 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
RuntimeError: parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device @krasznaa might be able to help here, I suppose ? |
FYI I removed the |
Seems to have worked now. |
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.
👍
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-develop/v19.0.x develop/v19.0.x
# Navigate to the new working tree
cd .worktrees/backport-develop/v19.0.x
# Create a new branch
git switch --create backport-1252-to-develop/v19.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 190d85b5e4fde34d0bcc0bf1bf728ba6ca7722f6
# Push it to GitHub
git push --set-upstream origin backport-1252-to-develop/v19.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-develop/v19.0.x Then, create a pull request where the |
Test if the ci job runs on the new a4000 GPU Not intended to merge at the moment.
Co-authored-by: Benjamin Huth <[email protected]>
Test if the ci job runs on the new a4000 GPU
Not intended to merge at the moment.