Add interface to set schedule_maximize_band_depth
commit596f51095547912b6f78403b79498c4ed4d17bd2
authorTobias Grosser <tobias@grosser.es>
Sun, 11 Dec 2011 23:21:52 +0000 (12 00:21 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 12 Dec 2011 19:55:22 +0000 (12 20:55 +0100)
tree71f89c9ea27e58dae0c0fde75755fd27d4a0cd76
parent097557b5ed5be34d8a4ebb2b72f8817d366d355a
Add interface to set schedule_maximize_band_depth

Previously, schedule_maximize_band_depth could only be set with the
corresponding command line option. This patch adds two functions
to change this option when using isl as a library.

int isl_options_set_schedule_maximize_band_depth(
isl_ctx *ctx, int val);
int isl_options_get_schedule_maximize_band_depth(
isl_ctx *ctx);

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/schedule.h
isl_options.c