Skip to content

Commit c772e4a

Browse files
committed
[JIT] Enable NVFuser tests in OSS CI
1) remove test_jit_cuda_fuser from list of disabled tests 2) make the tests run on cpu (skip the tests instead of erroring) These tests have been disabled in OSS CI since #34785. ghstack-source-id: d4d312c Pull Request resolved: #73322
1 parent 2cefbb7 commit c772e4a

File tree

2 files changed

+192
-141
lines changed

2 files changed

+192
-141
lines changed

test/run_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ def skip_test_p(name: str) -> bool:
305305
)
306306

307307
JIT_EXECUTOR_TESTS = [
308-
"test_jit_cuda_fuser",
309308
"test_jit_profiling",
310309
"test_jit_legacy",
311310
"test_jit_fuser_legacy",

0 commit comments

Comments
 (0)