add exported isl_set_bind
commitff697189493d3d2a70e5f7613fe486a9ee88340d
authorSven Verdoolaege <sven@cerebras.net>
Mon, 22 Oct 2018 15:37:37 +0000 (22 17:37 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Sat, 11 May 2019 15:29:19 +0000 (11 17:29 +0200)
treea7f37664c62e4642bcbbfb20923082d40bf73a02
parent8e5a4ea405430a9aeb1dcb9f0980cf3656490438
add exported isl_set_bind

The operation performed by this function is essentially
the opposite of that of isl_set_unbind_params and
can be used to fix an entire tuple of dimensions
to a sequence of parameters.
Note that the same functionality can already be performed
through other means, but this should be more convenient.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
doc/user.pod
include/isl/set.h
isl_map.c
isl_test.c