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