torch-mlir icon indicating copy to clipboard operation
torch-mlir copied to clipboard

OnnxToTorch bicubic interpolation

Open aldesilv opened this issue 1 year ago • 0 comments

Currently resize_test with "cubic" mode fails numerics Repro (using SHARK TestSuite):

  1. Set up using "Only custom torch-mlir"
  2. In SHARK-TestSuite/alt_e2eshark/onnx_tests/operators/resize.py , change app_node to use mode="cubic"
  3. python run.py --torchtolinalg -m cl-onnx-iree -t resize_test

aldesilv avatar Oct 17 '24 16:10 aldesilv