We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6b11f commit f998432Copy full SHA for f998432
.github/workflows/tests.yml
@@ -77,6 +77,7 @@ jobs:
77
- name: Test with pytest
78
run: |
79
source .venv/bin/activate
80
+ export CUDA_LAUNCH_BLOCKING=1
81
make test
82
83
- name: Post to Slack
0 commit comments