reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 | # Check that component detection is not confused by values # of the schedule dimension that do not correspond to any statement instances. domain: "[K] -> { S[]; T[i] : 0 <= i < K }" child: context: "[K] -> { [] : K > 0 }" child: schedule: "[K] -> [{ S[] -> [(0)]; T[i] -> [(32*floor((i)/32))] }]" child: sequence: - filter: "[K] -> { S[] }" - filter: "[K] -> { T[i] }" |