loopy icon indicating copy to clipboard operation
loopy copied to clipboard

Precise dependencies compatibility

Open a-alveyblanc opened this issue 1 year ago • 1 comments

  • Adds HappensAfter data structure
  • Adds routine to compute lexicographic order of statements (found in loopy/kernel/dependency.py)
  • Updates InstructionBase to accommodate precise dependency semantics (depends_on -> happens_after)
  • Other changes to remedy the fact that depends_on is now happens_after

a-alveyblanc avatar Jun 15 '23 02:06 a-alveyblanc