From b975e61fcec17c2cf79e672b5c6c913312b05f8a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 26 Jul 2018 20:54:53 -0500 Subject: [PATCH] Update isl to 0.20 --- gen_wrap.py | 6 ++++-- isl | 2 +- setup.py | 7 +++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gen_wrap.py b/gen_wrap.py index 3e5231d..cbbe940 100644 --- a/gen_wrap.py +++ b/gen_wrap.py @@ -140,14 +140,16 @@ CLASSES = [ "basic_set_list", "basic_map_list", "set_list", "map_list", "union_set_list", "constraint_list", - "aff_list", "pw_aff_list", + "aff_list", "pw_aff_list", "pw_multi_aff_list", "ast_expr_list", "ast_node_list", + "pw_qpolynomial_list", + "pw_qpolynomial_fold_list", # maps "id_to_ast_expr", # others - "printer", "val", "multi_val", "vec", "mat", + "printer", "val", "multi_val", "vec", "mat", "fixed_box", "aff", "pw_aff", "union_pw_aff", "multi_aff", "multi_pw_aff", "pw_multi_aff", "union_pw_multi_aff", "union_pw_aff_list", diff --git a/isl b/isl index 0ce949a..fbdfd06 160000 --- a/isl +++ b/isl @@ -1 +1 @@ -Subproject commit 0ce949a1277de2e3121ed5715bdde639d6f4ba0f +Subproject commit fbdfd06a010f4d19ed863d54f5fa46044c4a59a4 diff --git a/setup.py b/setup.py index 6f273c3..6cc8bb3 100644 --- a/setup.py +++ b/setup.py @@ -130,14 +130,21 @@ def main(): "isl_multi_floor.c", "isl_multi_apply_union_set.c", "isl_multi_cmp.c", + "isl_multi_pw_aff_explicit_domain.c", "isl_multi_hash.c", "isl_multi_dims.c", + "isl_multi_explicit_domain.c", + "isl_multi_no_explicit_domain.c", + "isl_multi_align_set.c", + "isl_multi_align_union_set.c", + "isl_multi_union_pw_aff_explicit_domain.c", "isl_union_templ.c", "isl_union_multi.c", "isl_union_eval.c", "isl_union_neg.c", "isl_union_single.c", "isl_pw_hash.c", + "isl_pw_eval.c", "isl_pw_union_opt.c", "isl_pw_union_opt.c", ] -- GitLab