Sign in
android
/
platform
/
external
/
pytorch
/
0d2e91573e
/
.
/
test
/
test_jit_cuda_fuser.py
blob: 4d5c89d0d2af14fbe613a0ee176b20f399a4b7cc [
file
] [
log
] [
blame
]
# Owner(s): ["module: nvfuser"]
try
:
from
_nvfuser
.
test_torchscript
import
run_tests
# noqa: F403
except
ImportError
:
def
run_tests
():
return
pass
if
__name__
==
'__main__'
:
run_tests
()