Extend --convert-tensor-to-scalars
beyond tensor.insert/extract
#1023
Labels
dialect: tensor_ext
Issues concerning the tensor_ext dialect
The
--convert-tensor-to-scalars
pass introduced in PR #763 currently only handlestensor.insert
andtensor.extract
operations, but not other similar tensor operations, such astensor.slice
.As part of this, it'd be a good idea to extend the tests for this pass beyond the tests generated from HEIR's polynomial-pipeline to a wider range of general
tensor
use cases. (Especially since we might want to suggest #524 and this pass for inclusion upstream at some point),(labelling as
tensor_ext
, as it's tensor-related, even though this is technically a transform for "raw"tensor
ops rather thantensor_ext
ops)The text was updated successfully, but these errors were encountered: