Browse Source

fix(subgraph): disable jit due to environment issue

GitOrigin-RevId: 5dfa30c01f
master
Megvii Engine Team 2 years ago
parent
commit
34c529b3c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      imperative/python/megengine/core/tensor/utils.py

+ 2
- 0
imperative/python/megengine/core/tensor/utils.py View File

@@ -29,6 +29,8 @@ from ..ops import builtin
from .amp import _get_amp_high_prec_dtype, _get_amp_low_prec_dtype from .amp import _get_amp_high_prec_dtype, _get_amp_low_prec_dtype
from .dtype import is_dtype_equal, is_quantize from .dtype import is_dtype_equal, is_quantize


jit_supported = False



def get_convert_inputs(): def get_convert_inputs():
r"""get the curerent state of `_enable_convert_inputs`""" r"""get the curerent state of `_enable_convert_inputs`"""


Loading…
Cancel
Save