gpu.c: compute_schedule: use isl_schedule_constraints_set_context
commit62be53ef4aa031b860ad94b710e82d48b020b69e
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Feb 2015 15:38:30 +0000 (11 16:38 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Feb 2015 16:29:11 +0000 (18 17:29 +0100)
tree0afc94ff2eb4e4c1149f2e8a4ba59fec8663b5db
parent2b1b7b571c1dbb4a4efa0e0bf5b1e535fede9be7
gpu.c: compute_schedule: use isl_schedule_constraints_set_context

Do so instead of intersecting the domain passed of the isl_schedule_constraints
with the context as otherwise this context will also be included
in the domain of the schedule returned by
isl_schedule_constraints_compute_schedule.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c