Eikan Wang
Eikan Wang
@pytorchbot merge -l
Hi @ZolotukhinM, any comments on this PR?
@jingxu10 , as @huaxz1986 description, the jit model could work properly with stock pytroch. So it should be an issue that IPEX introcudes accuracy loss.
> doesn't work with JIT modules. Users are recommended to do `ipex.optimize` on imperative modules first before turning them to JIT modules via tracing. According to the issue, it seems...
@jingxu10 , please check this issue.
@pytorchbot merge
@pytorchbot merge
@pytorchbot merge
> Maybe, "double" type should be excluded here? Or only int types should remain? TE supports most torch datatypes including `double`, and `SimpleIREvaluator` is a codegen of TE. Hence, we...
> https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp#L833 @AlekseiNikiforovIBM , This is a python interface that intends to be used from python directly. The initial idea was to enable the user could use Python to develop...