From 50cd79fff72e0f557b90fee4ec9cc3633a441051 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 10 Jun 2017 11:38:41 -0400 Subject: [PATCH] Include 'schedule_node_type' (thanks to Thiago Teixeira) (Closes #10) --- islpy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/islpy/__init__.py b/islpy/__init__.py index 0f81310..f5a35ce 100644 --- a/islpy/__init__.py +++ b/islpy/__init__.py @@ -106,6 +106,7 @@ error = _isl.error ast_expr_type = _isl.ast_expr_type stat = _isl.stat ast_node_type = _isl.ast_node_type +schedule_node_type = _isl.schedule_node_type dim_type = _isl.dim_type ast_loop_type = _isl.ast_loop_type fold = _isl.fold -- GitLab