Skip to content
Snippets Groups Projects

Reduction Support

Open Richard Angersbach requested to merge rangersbach/reductions into v2.0-dev
Viewing commit 3daaa5e5
Show latest version
2 files
+ 5
3
Preferences
Compare changes
Files
2
@@ -2,6 +2,7 @@ from .astnodes import ConditionalFieldAccess
from .typed_sympy import TypedSymbol, CastFunc
from .pointers import mem_acc
from .reduction import reduced_assign
from .binop_mapping import binop_str_to_expr
from .math import (
prod,
@@ -35,6 +36,7 @@ from .math import (
__all__ = [
"ConditionalFieldAccess",
"reduced_assign",
"binop_str_to_expr",
"TypedSymbol",
"CastFunc",
"mem_acc",