islpy 2023.2.4__tar.gz → 2024.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {islpy-2023.2.4 → islpy-2024.1}/CITATION.cff +1 -0
- {islpy-2023.2.4 → islpy-2024.1}/CMakeLists.txt +3 -1
- {islpy-2023.2.4 → islpy-2024.1}/MANIFEST.in +1 -0
- {islpy-2023.2.4 → islpy-2024.1}/PKG-INFO +1 -1
- {islpy-2023.2.4 → islpy-2024.1}/aksetup_helper.py +9 -2
- {islpy-2023.2.4 → islpy-2024.1}/doc/reference.rst +7 -0
- islpy-2024.1/isl/configure.ac +147 -0
- islpy-2024.1/isl-supplementary/gitversion.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/islpy/__init__.py +4 -0
- {islpy-2023.2.4 → islpy-2024.1}/islpy/version.py +1 -1
- {islpy-2023.2.4 → islpy-2024.1}/islpy.egg-info/PKG-INFO +1 -1
- {islpy-2023.2.4 → islpy-2024.1}/islpy.egg-info/SOURCES.txt +1 -0
- {islpy-2023.2.4 → islpy-2024.1}/pyproject.toml +13 -6
- {islpy-2023.2.4 → islpy-2024.1}/setup.py +9 -0
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_isl.cpp +6 -1
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_isl.hpp +1 -0
- islpy-2023.2.4/isl-supplementary/gitversion.h +0 -1
- {islpy-2023.2.4 → islpy-2024.1}/Makefile.in +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/README.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/README_SETUP.txt +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/build-with-barvinok.sh +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/configure.py +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/Makefile +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/conf.py +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/images/after-union.png +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/images/before-union.png +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/index.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/misc.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_ast.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_containers.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_expr.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_flow.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_fundamental.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_geo.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_schedule.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/doc/ref_set.rst +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/examples/demo.py +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/gen_wrap.py +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/LICENSE +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/all.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/basis_reduction_tab.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/basis_reduction_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/bound.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/bset_from_bmap.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/bset_to_bmap.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/cat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/check_parse_fail_test_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/check_reparse_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/check_reparse_test_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/check_single_reference_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/check_type_range_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/closure.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/codegen.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/dep.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/extract_key.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/flow.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/flow_cmp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/has_single_reference_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/LICENSE +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/gmp_compat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/gmp_compat.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imdrover.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imdrover.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imrat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imrat.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imtest.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/imtimer.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/iprime.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/iprime.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/rsamath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath/rsamath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/gmp_compat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/gmp_compat.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/imath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/imath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/imrat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/imrat.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/imath_wrap/wrap.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/aff.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/aff_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/arg.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/ast.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/ast_build.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/ast_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/constraint.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/ctx.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/fixed_box.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/flow.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/hash.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/hmap.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/hmap_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/id.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/id_to_ast_expr.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/id_to_id.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/id_to_pw_aff.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/id_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/ilp.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/list.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/local_space.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/lp.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/map.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/map_to_basic_set.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/map_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/mat.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe_ast_expr.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe_basic_set.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe_id.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe_pw_aff.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/maybe_templ.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/multi.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/obj.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/options.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/point.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/polynomial.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/polynomial_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/printer.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/printer_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/schedule.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/schedule_node.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/schedule_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/set.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/set_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/space.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/space_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/stream.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/stride_info.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/union_map.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/union_map_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/union_set.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/union_set_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/val.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/val_gmp.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/val_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/vec.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/version.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/include/isl/vertices.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_aff.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_aff_lex_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_aff_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_aff_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_affine_hull.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_align_params_bin_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_align_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_arg.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_build.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_build_expr.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_build_expr.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_build_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_codegen.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_graft.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_graft_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_node_set_field_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ast_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_basis_reduction.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_bernstein.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_bernstein.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_bind_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_blk.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_blk.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_bound.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_bound.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_box.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_check_named_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_coalesce.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_config_post.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_constraint.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_constraint_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_convex_hull.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_copy_tuple_id_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ctx.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ctx_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_deprecated.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_dim_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_dim_map.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_domain_factor_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_drop_unused_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_equalities.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_equalities.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_factorization.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_factorization.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_farkas.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ffs.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_flow.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_fold.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_from_range_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_gmp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_hash.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_hash_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_id.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_id_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_id_to_ast_expr.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_id_to_id.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_id_to_pw_aff.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ilp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ilp_opt_fn_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ilp_opt_multi_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ilp_opt_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_ilp_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_imath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_imath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_input.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_insert_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_int.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_int_gmp.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_int_imath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_int_sioimath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_int_sioimath.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_macro.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_read_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_read_yaml_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_list_templ.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_local.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_local.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_local_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_local_space.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_local_space_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_lp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_lp_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_bound_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_lexopt_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_list.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_simplify.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_subtract.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_map_to_basic_set.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_mat.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_mat_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_maybe_ast_graft_list.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_maybe_map.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_morph.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_morph.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_add_constant_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_align_set.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_align_union_set.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_no_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_set_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_set_no_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_apply_union_set_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_arith_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_bin_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_bind_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_bind_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_check_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_cmp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_coalesce.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_dim_id_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_dims.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_domain_reverse_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_explicit_domain.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_floor.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_from_base_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_from_tuple_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_gist.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_hash.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_identity_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_insert_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_intersect.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_locals_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_macro.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_min_max_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_move_dims_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_nan_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_no_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_no_explicit_domain.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_param_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_product_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_pw_aff_explicit_domain.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_pw_aff_pullback_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_read_no_explicit_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_splice_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_templ.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_tuple_id_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_un_op_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_unbind_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_union_add_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_union_pw_aff_explicit_domain.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_zero_space_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_multi_zero_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_obj.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_opt_mpa_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_options.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_options_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_output.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_output_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_point.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_point_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_polynomial.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_polynomial_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_power_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_printer.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_printer_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_project_out_all_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_project_out_param_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_add_constant_multi_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_add_constant_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_add_constant_val_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_add_disjoint_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_bind_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_domain_reverse_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_eval.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_fix_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_from_range_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_hash.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_insert_dims_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_insert_domain_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_lift_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_locals_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_macro.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_morph_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_move_dims_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_neg_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_opt_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_print_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_pullback_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_range_tuple_id_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_scale_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_split_dims_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_sub_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_templ.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_un_op_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_pw_union_opt.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_range.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_range.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_read_from_str_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_reordering.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_reordering.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_sample.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_sample.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scan.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scan.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_band.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_band.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_constraints.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_constraints.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_node.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_node_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_read.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_tree.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_schedule_tree.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler_clustering.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler_clustering.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler_scc.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_scheduler_scc.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_seq.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_seq.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_set_list.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_set_to_ast_graft_list.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_set_to_ast_graft_list.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_sort.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_sort.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_space.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_space_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_stream.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_stream_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_stream_read_pw_with_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_stream_read_with_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_stride.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tab.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tab.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tab_lexopt_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tab_pip.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tarjan.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_tarjan.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_test.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_test_imath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_test_int.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_test_list_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_test_plain_equal_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_transitive_closure.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_type_check_equal_space_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_type_check_match_range_multi_val.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_type_has_equal_space_bin_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_type_has_equal_space_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_type_has_space_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_unbind_params_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_domain_reverse_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_eval.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_locals_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_macro.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_map_lex_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_map_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_multi.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_neg.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_print_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_pw_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_set_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_single.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_sub_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_union_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_val.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_val_gmp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_val_imath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_val_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_val_sioimath.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_vec.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_vec_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_version.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_vertices.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_vertices_private.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/isl_yaml.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/mp_get_memory_functions.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/opt_type.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/pip.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/polyhedron_detect_equalities.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/polyhedron_minimize.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/polyhedron_remove_redundant_equalities.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/polyhedron_sample.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/polytope_scan.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/print.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/print_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/print_templ_yaml.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/print_yaml_field_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/read_in_string_templ.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/schedule.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/schedule_cmp.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/set_from_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/set_list_from_map_list_inl.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/set_to_map.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/uset_from_umap.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl/uset_to_umap.c +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl-supplementary/isl/config.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl-supplementary/isl/stdint.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/isl-supplementary/isl_config.h +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/islpy.egg-info/dependency_links.txt +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/islpy.egg-info/requires.txt +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/islpy.egg-info/top_level.txt +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/setup.cfg +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_helpers.hpp +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_isl_part1.cpp +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_isl_part2.cpp +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/src/wrapper/wrap_isl_part3.cpp +0 -0
- {islpy-2023.2.4 → islpy-2024.1}/test/test_isl.py +0 -0
|
@@ -53,7 +53,9 @@ endif()
|
|
|
53
53
|
|
|
54
54
|
target_include_directories(_isl PRIVATE ${ISL_INC_DIRS})
|
|
55
55
|
|
|
56
|
-
if(
|
|
56
|
+
if(USE_SHIPPED_ISL)
|
|
57
|
+
target_compile_definitions(_isl PRIVATE GIT_HEAD_ID="${ISL_GIT_HEAD_ID}")
|
|
58
|
+
else()
|
|
57
59
|
target_link_directories(_isl PRIVATE ${ISL_LIB_DIRS})
|
|
58
60
|
target_link_libraries(_isl PRIVATE ${ISL_LIB_NAMES})
|
|
59
61
|
endif()
|
|
@@ -43,14 +43,21 @@ def setup(*args, **kwargs):
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
def get_numpy_incpath():
|
|
46
|
-
from os.path import join, dirname
|
|
46
|
+
from os.path import join, dirname, exists
|
|
47
47
|
from importlib.util import find_spec
|
|
48
48
|
origin = find_spec("numpy").origin
|
|
49
49
|
if origin is None:
|
|
50
50
|
raise RuntimeError("origin of numpy package not found")
|
|
51
51
|
|
|
52
52
|
pathname = dirname(origin)
|
|
53
|
-
|
|
53
|
+
for p in [
|
|
54
|
+
join(pathname, "_core", "include"), # numpy 2 onward
|
|
55
|
+
join(pathname, "core", "include"), # numpy prior to 2
|
|
56
|
+
]:
|
|
57
|
+
if exists(join(p, "numpy", "arrayobject.h")):
|
|
58
|
+
return p
|
|
59
|
+
|
|
60
|
+
raise RuntimeError("no valid path for numpy found")
|
|
54
61
|
|
|
55
62
|
|
|
56
63
|
class NumpyExtension(Extension):
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
AC_INIT([isl], [0.26], [isl-development@googlegroups.com])
|
|
2
|
+
AC_CONFIG_AUX_DIR([.])
|
|
3
|
+
AC_CONFIG_MACRO_DIR([m4])
|
|
4
|
+
AM_INIT_AUTOMAKE([foreign])
|
|
5
|
+
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
|
6
|
+
AC_SUBST(versioninfo)
|
|
7
|
+
versioninfo=26:0:3
|
|
8
|
+
|
|
9
|
+
if test "x$prefix" != "xNONE"; then
|
|
10
|
+
prefix_wd=`cd $prefix && pwd`
|
|
11
|
+
srcdir_wd=`cd $srcdir && pwd`
|
|
12
|
+
wd=`pwd`
|
|
13
|
+
if test "x$prefix_wd" = "x$srcdir_wd"; then
|
|
14
|
+
AC_MSG_ERROR(Installation in source directory not supported)
|
|
15
|
+
fi
|
|
16
|
+
if test "x$prefix_wd" = "x$wd"; then
|
|
17
|
+
AC_MSG_ERROR(Installation in build directory not supported)
|
|
18
|
+
fi
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
AC_PROG_CC
|
|
22
|
+
AC_PROG_CXX
|
|
23
|
+
AX_PROG_CC_FOR_BUILD
|
|
24
|
+
|
|
25
|
+
AX_CC_MAXOPT
|
|
26
|
+
AX_GCC_WARN_UNUSED_RESULT
|
|
27
|
+
AX_C___ATTRIBUTE__
|
|
28
|
+
|
|
29
|
+
AX_CXX_COMPILE_STDCXX_11_NO_OVERRIDE
|
|
30
|
+
AX_CXX_COMPILE_STDCXX_17([], [optional])
|
|
31
|
+
|
|
32
|
+
AC_PROG_GREP
|
|
33
|
+
LT_INIT
|
|
34
|
+
AC_PROG_SED
|
|
35
|
+
AM_PATH_PYTHON([3.6], [], [:])
|
|
36
|
+
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
|
|
37
|
+
|
|
38
|
+
AC_CHECK_PROG(CYGPATH, cygpath, cygpath, [])
|
|
39
|
+
AC_CHECK_PROG(PERL, perl, perl, [])
|
|
40
|
+
AC_CHECK_PROG(PDFLATEX, pdflatex, pdflatex, [])
|
|
41
|
+
AC_CHECK_PROG(POD2HTML, pod2html, pod2html, [])
|
|
42
|
+
|
|
43
|
+
AC_SUBST(OS_SRCDIR)
|
|
44
|
+
if test "$host_os" = "mingw32" -a -n "$CYGPATH"; then
|
|
45
|
+
OS_SRCDIR=`$CYGPATH -m "$srcdir"`
|
|
46
|
+
else
|
|
47
|
+
OS_SRCDIR="$srcdir"
|
|
48
|
+
fi
|
|
49
|
+
|
|
50
|
+
AM_CONDITIONAL(GENERATE_DOC, test -n "$PERL" -a -n "$PDFLATEX" -a -n "$POD2HTML")
|
|
51
|
+
|
|
52
|
+
AX_CREATE_STDINT_H(include/isl/stdint.h)
|
|
53
|
+
|
|
54
|
+
AC_ARG_WITH([int],
|
|
55
|
+
[AS_HELP_STRING([--with-int=gmp|imath|imath-32],
|
|
56
|
+
[Which package to use to represent
|
|
57
|
+
multi-precision integers [default=gmp]])],
|
|
58
|
+
[], [with_int=gmp])
|
|
59
|
+
case "$with_int" in
|
|
60
|
+
gmp|imath|imath-32)
|
|
61
|
+
;;
|
|
62
|
+
*)
|
|
63
|
+
AC_MSG_ERROR(
|
|
64
|
+
[bad value ${withval} for --with-int (use gmp, imath or imath-32)])
|
|
65
|
+
esac
|
|
66
|
+
|
|
67
|
+
AC_SUBST(MP_CPPFLAGS)
|
|
68
|
+
AC_SUBST(MP_CFLAGS)
|
|
69
|
+
AC_SUBST(MP_LDFLAGS)
|
|
70
|
+
AC_SUBST(MP_LIBS)
|
|
71
|
+
case "$with_int" in
|
|
72
|
+
gmp)
|
|
73
|
+
AX_DETECT_GMP
|
|
74
|
+
;;
|
|
75
|
+
imath|imath-32)
|
|
76
|
+
AX_DETECT_IMATH
|
|
77
|
+
;;
|
|
78
|
+
esac
|
|
79
|
+
if test "x$with_int" = "ximath-32" -a "x$GCC" = "xyes"; then
|
|
80
|
+
MP_CFLAGS="-std=gnu99 $MP_CFLAGS"
|
|
81
|
+
fi
|
|
82
|
+
|
|
83
|
+
AM_CONDITIONAL(IMATH_FOR_MP, test x$with_int = ximath -o x$with_int = ximath-32)
|
|
84
|
+
AM_CONDITIONAL(GMP_FOR_MP, test x$with_int = xgmp)
|
|
85
|
+
|
|
86
|
+
AM_CONDITIONAL(HAVE_CXX11, test "x$HAVE_CXX11" = "x1")
|
|
87
|
+
AM_CONDITIONAL(HAVE_CXX17, test "x$HAVE_CXX17" = "x1")
|
|
88
|
+
AM_CONDITIONAL(SMALL_INT_OPT, test "x$with_int" = "ximath-32")
|
|
89
|
+
AS_IF([test "x$with_int" = "ximath-32"], [
|
|
90
|
+
AC_DEFINE([USE_SMALL_INT_OPT], [], [Use small integer optimization])
|
|
91
|
+
])
|
|
92
|
+
|
|
93
|
+
AC_CHECK_DECLS(ffs,[],[],[#include <strings.h>])
|
|
94
|
+
AC_CHECK_DECLS(__builtin_ffs,[],[],[])
|
|
95
|
+
AC_CHECK_DECLS([_BitScanForward],[],[],[#include <intrin.h>])
|
|
96
|
+
if test "x$ac_cv_have_decl_ffs" = xno -a \
|
|
97
|
+
"x$ac_cv_have_decl___builtin_ffs" = xno -a \
|
|
98
|
+
"x$ac_cv_have_decl__BitScanForward" = xno; then
|
|
99
|
+
AC_MSG_ERROR([No ffs implementation found])
|
|
100
|
+
fi
|
|
101
|
+
AC_CHECK_DECLS([strcasecmp,strncasecmp],[],[],[#include <strings.h>])
|
|
102
|
+
AC_CHECK_DECLS([_stricmp,_strnicmp],[],[],[#include <string.h>])
|
|
103
|
+
if test "x$ac_cv_have_decl_strcasecmp" = xno -a \
|
|
104
|
+
"x$ac_cv_have_decl__stricmp" = xno; then
|
|
105
|
+
AC_MSG_ERROR([No strcasecmp implementation found])
|
|
106
|
+
fi
|
|
107
|
+
if test "x$ac_cv_have_decl_strncasecmp" = xno -a \
|
|
108
|
+
"x$ac_cv_have_decl__strnicmp" = xno; then
|
|
109
|
+
AC_MSG_ERROR([No strncasecmp implementation found])
|
|
110
|
+
fi
|
|
111
|
+
AC_CHECK_DECLS([snprintf,_snprintf],[],[],[#include <stdio.h>])
|
|
112
|
+
if test "x$ac_cv_have_decl_snprintf" = xno -a \
|
|
113
|
+
"x$ac_cv_have_decl__snprintf" = xno; then
|
|
114
|
+
AC_MSG_ERROR([No snprintf implementation found])
|
|
115
|
+
fi
|
|
116
|
+
|
|
117
|
+
AX_SUBMODULE(clang,system|no,no)
|
|
118
|
+
AM_CONDITIONAL(HAVE_CLANG, test $with_clang = system)
|
|
119
|
+
AM_CONDITIONAL(HAVE_CPP_ISL_H,
|
|
120
|
+
[(test $with_clang = system -a "x$HAVE_CXX11" = "x1") || \
|
|
121
|
+
test -f $srcdir/include/isl/cpp.h])
|
|
122
|
+
|
|
123
|
+
AX_SET_WARNING_FLAGS
|
|
124
|
+
|
|
125
|
+
AC_SUBST(WARNING_FLAGS)
|
|
126
|
+
|
|
127
|
+
PACKAGE_CFLAGS="$MP_CPPFLAGS"
|
|
128
|
+
PACKAGE_LDFLAGS="$MP_LDFLAGS"
|
|
129
|
+
PACKAGE_LIBS="-lisl $MP_LIBS"
|
|
130
|
+
AX_CREATE_PKGCONFIG_INFO
|
|
131
|
+
|
|
132
|
+
AX_DETECT_GIT_HEAD
|
|
133
|
+
|
|
134
|
+
AH_BOTTOM([#include <isl_config_post.h>])
|
|
135
|
+
AC_CONFIG_HEADERS(isl_config.h)
|
|
136
|
+
AC_CONFIG_FILES(isl_srcdir.c)
|
|
137
|
+
AC_CONFIG_FILES(Makefile)
|
|
138
|
+
AC_CONFIG_FILES(doc/Makefile)
|
|
139
|
+
if test $with_clang = system; then
|
|
140
|
+
AC_CONFIG_SUBDIRS(interface)
|
|
141
|
+
fi
|
|
142
|
+
AC_CONFIG_FILES([bound_test.sh], [chmod +x bound_test.sh])
|
|
143
|
+
AC_CONFIG_FILES([codegen_test.sh], [chmod +x codegen_test.sh])
|
|
144
|
+
AC_CONFIG_FILES([pip_test.sh], [chmod +x pip_test.sh])
|
|
145
|
+
AC_CONFIG_FILES([flow_test.sh], [chmod +x flow_test.sh])
|
|
146
|
+
AC_CONFIG_FILES([schedule_test.sh], [chmod +x schedule_test.sh])
|
|
147
|
+
AC_OUTPUT
|
|
File without changes
|
|
@@ -25,6 +25,8 @@ from typing import Optional, TypeVar, cast, Callable, Any
|
|
|
25
25
|
import islpy._isl as _isl
|
|
26
26
|
from islpy.version import VERSION, VERSION_TEXT # noqa
|
|
27
27
|
|
|
28
|
+
__version__ = VERSION_TEXT
|
|
29
|
+
|
|
28
30
|
# {{{ copied verbatim from pytools to avoid numpy/pytools dependency
|
|
29
31
|
|
|
30
32
|
F = TypeVar("F", bound=Callable[..., Any])
|
|
@@ -87,6 +89,8 @@ Error = _isl.Error
|
|
|
87
89
|
|
|
88
90
|
# {{{ name imports
|
|
89
91
|
|
|
92
|
+
isl_version = _isl.isl_version
|
|
93
|
+
|
|
90
94
|
Context = _isl.Context
|
|
91
95
|
IdList = _isl.IdList
|
|
92
96
|
ValList = _isl.ValList
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
VERSION = (
|
|
1
|
+
VERSION = (2024, 1)
|
|
2
2
|
VERSION_TEXT = ".".join(str(i) for i in VERSION)
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
[tool.cibuildwheel]
|
|
2
|
-
|
|
3
|
-
skip = "*-win-* [cp]p3[67]-*"
|
|
4
|
-
|
|
5
1
|
[build-system]
|
|
6
2
|
requires = [
|
|
7
3
|
# setuptools >= 64 breaks editable builds:
|
|
@@ -14,12 +10,23 @@ requires = [
|
|
|
14
10
|
"wheel>=0.34.2",
|
|
15
11
|
"cmake>=3.18",
|
|
16
12
|
"scikit-build",
|
|
17
|
-
"nanobind",
|
|
13
|
+
"nanobind>=1.3",
|
|
18
14
|
"ninja",
|
|
19
15
|
"pcpp",
|
|
20
16
|
]
|
|
21
17
|
build-backend = "setuptools.build_meta"
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
[tool.cibuildwheel]
|
|
20
|
+
# nanobind does not support Py<3.8
|
|
21
|
+
skip = ["*-win-*", "[cp]p3[67]-*"]
|
|
22
|
+
|
|
23
|
+
[tool.cibuildwheel.linux]
|
|
24
|
+
# i686 does not have enough memory for LTO to complete
|
|
25
|
+
skip = ["[cp]p3[67]-*", "*_i686"]
|
|
26
|
+
|
|
27
|
+
[tool.cibuildwheel.macos]
|
|
28
|
+
archs = "x86_64 arm64"
|
|
29
|
+
|
|
24
30
|
[tool.cibuildwheel.macos.environment]
|
|
31
|
+
# Needed for full C++17 support
|
|
25
32
|
MACOSX_DEPLOYMENT_TARGET = "10.14"
|
|
@@ -221,6 +221,15 @@ def main():
|
|
|
221
221
|
cmake_args.append(f"-DISL_INC_DIRS:LIST={';'.join(isl_inc_dirs)}")
|
|
222
222
|
|
|
223
223
|
cmake_args.append(f"-DISL_SOURCES:list={';'.join(extra_objects)}")
|
|
224
|
+
|
|
225
|
+
with open("isl/configure.ac") as inf:
|
|
226
|
+
isl_version_line, = [ln for ln in inf
|
|
227
|
+
if ln.strip().startswith("versioninfo")]
|
|
228
|
+
|
|
229
|
+
_, isl_version = isl_version_line.strip().split("=")
|
|
230
|
+
isl_version = isl_version.replace(":", ".")
|
|
231
|
+
|
|
232
|
+
cmake_args.append(f"-DISL_GIT_HEAD_ID=isl-{isl_version}-included-with-islpy")
|
|
224
233
|
else:
|
|
225
234
|
if conf["ISL_INC_DIR"]:
|
|
226
235
|
cmake_args.append(f"-DISL_INC_DIRS:LIST="
|
|
@@ -107,7 +107,9 @@ NB_MODULE(_isl, m)
|
|
|
107
107
|
.ENUM_VALUE(isl_stat_, ok)
|
|
108
108
|
;
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
// Arithmetic (i.e. export numerical values) to ensure that out == set, as on
|
|
111
|
+
// the C side.
|
|
112
|
+
py::enum_<isl_dim_type>(m, "dim_type", py::is_arithmetic())
|
|
111
113
|
.ENUM_VALUE(isl_dim_, cst)
|
|
112
114
|
.ENUM_VALUE(isl_dim_, param)
|
|
113
115
|
.value("in_", isl_dim_in)
|
|
@@ -181,6 +183,7 @@ NB_MODULE(_isl, m)
|
|
|
181
183
|
.value("if_", isl_ast_node_if)
|
|
182
184
|
.ENUM_VALUE(isl_ast_node_, block)
|
|
183
185
|
.ENUM_VALUE(isl_ast_node_, user)
|
|
186
|
+
.ENUM_VALUE(isl_ast_node_, mark)
|
|
184
187
|
;
|
|
185
188
|
|
|
186
189
|
py::enum_<isl_ast_loop_type>(m, "ast_loop_type")
|
|
@@ -219,6 +222,8 @@ NB_MODULE(_isl, m)
|
|
|
219
222
|
ADD_MACRO_ATTR(cls_schedule_algorithm, ISL_SCHEDULE_ALGORITHM_, ISL);
|
|
220
223
|
ADD_MACRO_ATTR(cls_schedule_algorithm, ISL_SCHEDULE_ALGORITHM_, FEAUTRIER);
|
|
221
224
|
|
|
225
|
+
m.def("isl_version", [] () { return isl_version(); });
|
|
226
|
+
|
|
222
227
|
islpy_expose_part1(m);
|
|
223
228
|
islpy_expose_part2(m);
|
|
224
229
|
islpy_expose_part3(m);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#define GIT_HEAD_ID "isl-0.00-0-included-with-islpy"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|