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 d00e16b commit 94e62f0Copy full SHA for 94e62f0
.compatibility
@@ -1,3 +1 @@
1
-2.2.2-12.1.0
2
-2.3.0-12.1.0
3
-2.4.0-12.4.1
+2.1.0-12.1.0
.github/workflows/compatiblity_test_on_pr.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Unit Testing
69
run: |
70
- PYTHONPATH=$PWD pytest --durations=0 tests
+ PYTHONPATH=$PWD CUDA_LAUNCH_BLOCKING=1 pytest --durations=0 tests
71
env:
72
DATA: /data/scratch/cifar-10
73
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
0 commit comments