isl_space_has_dim_name: use isl_bool_ok
[isl.git] / test_inputs / schedule / nomax_coincidence.sc
blobc37ad5ba7ddbc13e5796f492f93fbf9dc052c720
1 # Check that nodes are fused when not maximizing coincidence.
2 # This option is only effective for the incremental scheduler.
3 # OPTIONS: --no-schedule-whole-component --no-schedule-maximize-coincidence
4 domain: [n] -> { A[i,j,k] : 0 <= i,j,k < n; B[i,j,k] : 0 <= i,j,k < n }
5 validity: { A[i,j,k] -> B[i,k,j] }
6 proximity: { A[i,j,k] -> A[i,j,k+1]; A[i,j,k] -> B[i,k,j] }
7 coincidence: { A[i,j,k] -> A[i,j,k+1]; B[i,j,k] -> B[i,j,k+1] }