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

Remove optional tensor logic from linalg lowering for `IndexPutHackedTwinOp`

Open ramiro050 opened this issue 1 year ago • 0 comments

The op IndexPutHackedTwinOp takes a list of index tensors as an argument, not a list of optional tensors. This means that all the logic in the lowering checking if indices are None can be removed.

ramiro050 avatar Jun 21 '24 19:06 ramiro050