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

Make loopy pymbolic primitives accessible in loopy namespace

parent f831bbb4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ import islpy as isl
from islpy import dim_type
from loopy.symbolic import (RuleAwareIdentityMapper, RuleAwareSubstitutionMapper,
SubstitutionRuleMappingContext)
SubstitutionRuleMappingContext,
TaggedVariable, Reduction, LinearSubscript, )
from loopy.diagnostic import LoopyError
......@@ -62,12 +63,14 @@ from loopy.padding import (split_arg_axis, find_padding_multiple,
from loopy.preprocess import (preprocess_kernel, realize_reduction,
infer_unknown_types)
from loopy.schedule import generate_loop_schedules, get_one_scheduled_kernel
from loopy.codegen import generate_code
from loopy.codegen import generate_code, generate_body
from loopy.compiled import CompiledKernel
from loopy.options import Options
from loopy.auto_test import auto_test_vs_ref
__all__ = [
"TaggedVariable", "Reduction", "LinearSubscript",
"auto",
"LoopKernel",
......
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