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

[onnx] Fix `onnx.Slice` for dynamic axis

Open rsuderman opened this issue 1 year ago • 1 comments

If the axis value is dynamic we need to iterate through the options and match to the correct dim.

rsuderman avatar Aug 16 '24 23:08 rsuderman

Does this resolve https://github.com/llvm/torch-mlir/issues/3417?

TinaAMD avatar Jan 13 '25 08:01 TinaAMD