PartitionId and ReplicaId While Loop Invariant Code Motion
92 views
Skip to first unread message
Patrick Toulme
unread,
Apr 24, 2024, 6:49:57 PM4/24/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenXLA Discuss
Hello,
I am attempting to hoist HloOpcode::kPartitionId and HloOpcode::kReplicaId out of while loops. Are there any OpenXLA passes to do this? I was looking at the below pass with specifying the opcodes but have not tested it yet.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenXLA Discuss, Patrick Toulme
Update that pass did not work. My new idea is to write a pass that only lifts partition id and replica id out of while bodies and conditionals and then run that to fixed point. Eventually the partition and replica ids will be in the main computation where I need them to be.