Skip to content
Snippets Groups Projects
Commit 2c0311fa authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update loopy/__init__.py __all__ list

parent 5ac94e9e
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,20 @@ __all__ = [
"register_symbol_manglers",
"register_function_manglers",
"set_caching_enabled",
"CacheMode",
"make_copy_kernel",
"set_argument_order",
"affine_map_inames",
"fold_constants",
"tag_instructions",
"alias_temporaries",
"to_batched",
"remove_unused_arguments",
"find_rules_matching",
"find_one_rule_matching",
"realize_ilp",
# }}}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment