Make a way to spell literal local barriers
All threads resolved!
All threads resolved!
Merge request reports
Activity
added 1 commit
- 9ec39bd9 - Make sure all Barrier schedule items have originating_insn_id
I don't see any problems with it, but you will need to fix the scheduler here
It assumes that local barriers in the preschedule do not have an originating instruction and handles them specially. If local barriers in the preschedule do have an originating instruction I imagine this will break.
I think removing line 819 should fix this issue and changing the above linked section to distinguish between barriers that do/do not have an originating instruction.
Edited by Matt Wala- Resolved by Matt Wala
added 1 commit
- ae1ef803 - Fix scheduler for incremental scheduling of literal local barriers.
I made the scheduler changes I was talking about in ae1ef803
mentioned in commit 91513dcf
Please register or sign in to reply