From 94e62f09fcec7872cbc479647d7c1bc3b67a3bb5 Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Wed, 21 Aug 2024 09:14:10 +0000 Subject: [PATCH] debug --- .compatibility | 4 +--- .github/workflows/compatiblity_test_on_pr.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.compatibility b/.compatibility index e1836506aae6..d90a74b584d8 100644 --- a/.compatibility +++ b/.compatibility @@ -1,3 +1 @@ -2.2.2-12.1.0 -2.3.0-12.1.0 -2.4.0-12.4.1 +2.1.0-12.1.0 diff --git a/.github/workflows/compatiblity_test_on_pr.yml b/.github/workflows/compatiblity_test_on_pr.yml index 770f4b933156..303a83558449 100644 --- a/.github/workflows/compatiblity_test_on_pr.yml +++ b/.github/workflows/compatiblity_test_on_pr.yml @@ -67,7 +67,7 @@ jobs: - name: Unit Testing run: | - PYTHONPATH=$PWD pytest --durations=0 tests + PYTHONPATH=$PWD CUDA_LAUNCH_BLOCKING=1 pytest --durations=0 tests env: DATA: /data/scratch/cifar-10 LD_LIBRARY_PATH: /github/home/.tensornvme/lib