-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix CUDA launch error #83
Conversation
009de38
to
72afe76
Compare
.github/workflows/gh-ci.yaml
Outdated
main_tests_cuda: | ||
name: CUDA CI (py-${{ matrix.python-version }}) | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["3.9", "3.10"] |
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.
Selfish curiosity - is this action meant to be run on GPUs? Or is it just trying to get at something at the API level that doesn't need hardware?
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.
Yes, I think this needs GPUs to run, so this CI might not go anywhere since GitHub doesn't have widely available GPU runners yet -- this test might have to be for local testing only. Although I'm having difficulty reproducing this on the same machine I saw it on in the first place...
I can't seem to trigger this with a trimmed down example, although I'm still seeing the error if I try to run a production fit and removing |
Fixes #81
Changes made in this Pull Request:
PR Checklist