Skip to content
GitLab
Explore
Sign in
Commits · 48752802712e5dec746a0b9f48e6b46dfc265f0f
arraycontext
Browse files
Jul 03, 2025
Make use of pytools ObjectArray types where appropriate
· 48752802
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
48752802
More precisely type actx.compile
· 1cb8121e
Andreas Klöckner
authored
Jul 02, 2025
and
Andreas Klöckner
committed
Jul 03, 2025
1cb8121e
Jul 01, 2025
avoid duplication in PytatoJAXArrayContext.freeze
· 84553a13
Matt Smith
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
84553a13
deduplicate in _dag_to_compiled_func
· db40a882
Matt Smith
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
db40a882
Update baseline (decrease only)
· 1242f0a7
Andreas Klöckner
authored
Jun 30, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
1242f0a7
Misc typing fixes
· 3f234ccf
Andreas Klöckner
authored
Jul 01, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
3f234ccf
fix typing in make_loopy_program
· d525bd4f
Matt Smith
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
d525bd4f
add transform_dag implementation to pytato JAX array context in order to inline functions
· 298de04a
Matt Smith
authored
Jun 02, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
298de04a
add function inlining step to transform_dag
· 300da3ca
Matt Smith
authored
May 16, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
300da3ca
update _DatawrapperToBoundPlaceholderMapper with CopyMapper changes
· 0c98ff14
Matt Smith
authored
Sep 05, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0c98ff14
deduplicate in freeze
· d4f552f5
Matt Smith
authored
Nov 14, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
d4f552f5
remove duplicates in _to_input_for_compiled
· 0fc02db0
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0fc02db0
remove duplicates in _normalize_pt_expr
· 4bc363f3
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
4bc363f3
disable concatenation in outlining example for now
· a929a340
Matt Smith
authored
Jan 17, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
a929a340
inline calls in freeze before _normalize_pt_expr
· 77152a04
Matt Smith
authored
Oct 24, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
77152a04
forbid calling _normalize_pt_expr on a DAG with function calls for now
· 0789ae5e
Matt Smith
authored
Sep 09, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
0789ae5e
adds an outlining example
· 036c6119
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
036c6119
add test for outline
· b3541515
Matt Smith
authored
May 16, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
b3541515
Add actx.outline decorator
· 2db3a119
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
2db3a119
don't tag NamedArray (they inherit tags from their corresponding _container entry)
· fff237c9
Matt Smith
authored
Jun 13, 2024
and
Andreas Klöckner
committed
Jul 01, 2025
fff237c9
move _ary_container_key_stringifier to utils.py
· 4c1b8dd9
Kaushik Kulkarni
authored
Mar 14, 2023
and
Andreas Klöckner
committed
Jul 01, 2025
4c1b8dd9
dataclass_array_container: Preserve returned type, fix tests
· 739d514a
Andreas Klöckner
authored
Jun 30, 2025
and
Andreas Klöckner
committed
Jul 01, 2025
739d514a
Jun 30, 2025
Update baseline
· 33c0f0d9
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 30, 2025
33c0f0d9
Towards grudge typing
· 84fe35f3
Andreas Klöckner
authored
Jun 25, 2025
and
Andreas Klöckner
committed
Jun 30, 2025
84fe35f3
Jun 24, 2025
tag_axes: allow containers
· 9f0934b1
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
9f0934b1
tag_axis: don't allow scalars
· 5e978be5
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
5e978be5
Update baseline
· cd417479
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
cd417479
Add a few more things Array is expected to do
· 0b294303
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
0b294303
Use type vars in annotating with_container_arithmetic
· 61dbd8ed
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
61dbd8ed
Update baseline
· 2979e12b
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
2979e12b
Enable TC ruff lint
· 0a31907e
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
0a31907e
Annotate ArrayContextFactory in tests
· fca3855e
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
fca3855e
Define, export ArrayContextFactory
· 8f63e04c
Andreas Klöckner
authored
Jun 24, 2025
and
Andreas Klöckner
committed
Jun 24, 2025
8f63e04c
Jun 16, 2025
`Array` type checking fixes (#317)
· 19bb4feb
Matt Smith
authored
Jun 16, 2025
19bb4feb
Jun 14, 2025
Fire mypy
· 561ac088
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
561ac088
Update baseline
· f6c8f990
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
f6c8f990
Typing: use actx_Array to disambiguate from cl Array
· 8d5c84c3
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
8d5c84c3
Fix some actx types around pyopencl Allocators
· 9fe9acc9
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
9fe9acc9
Fix Event types in profiling info
· 284885e7
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
284885e7
Add pow and rpow to Array
· 80f41b30
Andreas Klöckner
authored
Jun 13, 2025
and
Andreas Klöckner
committed
Jun 13, 2025
80f41b30
Loading