scheduling: optionally create schedules with outermost parallelism
[platform/upstream/isl.git] / isl_options.c
index d382af7..72fec13 100644 (file)
@@ -117,6 +117,9 @@ ISL_ARG_CHOICE(struct isl_options, convex, 0, "convex-hull", \
        convex, ISL_CONVEX_HULL_WRAP, "convex hull algorithm to use")
 ISL_ARG_BOOL(struct isl_options, schedule_parametric, 0,
        "schedule-parametric", 1, "construct possibly parametric schedules")
+ISL_ARG_BOOL(struct isl_options, schedule_outer_parallelism, 0,
+       "schedule-outer-parallelism", 0,
+       "try to construct schedules with outer parallelism")
 ISL_ARG_VERSION(print_version)
 ISL_ARG_END
 };