File: wavefront.st

package info (click to toggle)
isl 0.25-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 19,076 kB
  • sloc: ansic: 223,485; python: 17,715; cpp: 6,637; sh: 4,475; makefile: 713; lisp: 148; perl: 9
file content (6 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (43)
1
2
3
4
5
6
domain: "[n, m] -> { S1[i0, i1] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= m }"
child:
  context: "[n, m] -> { [] }"
  child:
    schedule: "[n, m] -> [{ S1[i0, i1] -> [(i0 + i1)] }, { S1[i0, i1] -> [(i0)] }]"
    options: "[n, m] -> { separate[i0] }"