[Bug] Segmentation Fault in PartitionTransformParams Pass with Relax IR #17460
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
I encountered a segmentation fault when applying the
PartitionTransformParams
pass to a Relax IR module that performs tensor concatenation and transposition operations. The segmentation fault occurs during the execution of thePartitionTransformParams
pass, following a call toLiftTransformParams
.Actual behavior
Steps to reproduce
Could you help me confirm what is causing this bug and provide guidance on how to resolve it?
CC @Lunderberg @ezyang
The text was updated successfully, but these errors were encountered: