Skip to content
GitLab
Explore
Sign in
Commits · 15216d4546cfdc61c1f9b900b073302ee9fd6c85
arraycontext
Browse files
Sep 04, 2024
with_container_arithmetic: Rename arguments to signal who broadcasts across who
· 15216d45
Andreas Klöckner
authored
Sep 04, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
15216d45
Numpy actx: warn (not error) on no user-provided transforms
· 35ddb010
Andreas Klöckner
authored
Aug 27, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
35ddb010
Fix a typo in the pytato actx
· 494becf5
Andreas Klöckner
authored
Aug 27, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
494becf5
Fix ruff C409 failures
· 9e11f71a
Andreas Klöckner
authored
Aug 11, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
9e11f71a
outer: disallow non-object numpy arrays
· 6b096bea
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
6b096bea
Switch to __array_ufunc__ in tests as a way to avoid numpy broadcasting
· 17c4cdbc
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
17c4cdbc
Rework dataclass array container arithmetic
· a4d6eb22
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
a4d6eb22
Clarify that actx.array_types allows ABCs
· 8ebcab01
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
8ebcab01
Improve, type, fix array_equal across all array contexts
· 9ec29c59
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
9ec29c59
Container serialization: iterable -> sequence, plus type aliases
· e30e0123
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
e30e0123
Don't expect unflatten failure from numpy array for numpy actx
· 15fbabbd
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
15fbabbd
Skip numpy conversion tests when using the numpy actx
· d8f0cc43
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
d8f0cc43
Skip tagging test for numpy actx
· 1643380b
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
1643380b
Array container arithemtic: drop deprecated fail-safe actx retrieval
· bbcc7bec
Andreas Klöckner
authored
Jul 12, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
bbcc7bec
Numpy actx: improve type annotations
· 77d51dcd
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
77d51dcd
Numpy actx: Narrow array_types to non-obj arrays
· afb4b96a
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
afb4b96a
Numpy actx: better freeze/thaw
· b2878758
Matthias Diener
authored
Jun 20, 2023
and
Andreas Klöckner
committed
Sep 04, 2024
b2878758
Numpy actx: add zeros_like, reshape
· ee3100a1
Matthias Diener
authored
Jun 20, 2023
and
Andreas Klöckner
committed
Sep 04, 2024
ee3100a1
Numpy actx: add arange, linspace
· cb784322
Matthias Diener
authored
May 24, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
cb784322
test tweaks for NumpyArrayContext
· 3a5d2522
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
3a5d2522
test NumpyArrayContext
· dbe50aef
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
dbe50aef
arithmetic fixes to account for np.ndarray being a leaf array
· 86fe8235
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
86fe8235
ArrayContainer fixes for numpy arrays as leaf classes
· 6f59ff9f
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
6f59ff9f
Implements NumpyArrayContext
· 5bf46bc6
Kaushik Kulkarni
authored
Sep 26, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
5bf46bc6
Deprecate with_container_arithmetic's bcast_numpy_array arg
· ea11954d
Kaushik Kulkarni
authored
Sep 27, 2021
and
Andreas Klöckner
committed
Sep 04, 2024
ea11954d
Fix doc upload script to properly sync deletions
· 2659047b
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
2659047b
Give up on precisely typing Array.__getitem__
· cb6ab3e8
Andreas Klöckner
authored
Jul 31, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
cb6ab3e8
Separate doc page for actx abstraction from doc page for implementations
· e9f5e5ba
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
e9f5e5ba
Fix a return type in ArgSizeLimitingPytatoLoopyPyOpenCLTarget
· aff9ab92
Andreas Klöckner
authored
Aug 06, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
aff9ab92
Drop deprecated actx.{empty,zeros}{,_like}
· a69e9dd0
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
a69e9dd0
Fix some newly-flagged UP031 issues
· 7d66e40a
Andreas Klöckner
authored
Aug 25, 2024
and
Andreas Klöckner
committed
Sep 04, 2024
7d66e40a
Aug 05, 2024
Implement actx.np.zeros
· 3f8d0f62
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Aug 05, 2024
3f8d0f62
Provide default implementations of transform_loopy_program, with warning
· 0e3f3214
Andreas Klöckner
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Aug 05, 2024
0e3f3214
ci: pin jax<0.4.31 for mypy on gitlab
· 3f848dc4
Alexandru Fikl
authored
Aug 05, 2024
and
Andreas Klöckner
committed
Aug 05, 2024
3f848dc4
ci: pin jax<0.4.31 for mypy
· a2683ea0
Alexandru Fikl
authored
Aug 04, 2024
and
Andreas Klöckner
committed
Aug 04, 2024
a2683ea0
Jul 29, 2024
enable typos and fix errors
· 739f0747
Alexandru Fikl
authored
Jul 28, 2024
and
Andreas Klöckner
committed
Jul 29, 2024
739f0747
Jul 15, 2024
container: fix warning for cls_has_array_context_attr
· a85cbb35
Alexandru Fikl
authored
Jul 11, 2024
and
Andreas Klöckner
committed
Jul 15, 2024
a85cbb35
Jul 09, 2024
isort: add jax as a first-party
· c658c132
Alexandru Fikl
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
c658c132
update MANIFEST.in
· 5a49cdf1
Alexandru Fikl
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
5a49cdf1
version: use importlib
· edeb480c
Alexandru Fikl
authored
Jul 09, 2024
and
Andreas Klöckner
committed
Jul 09, 2024
edeb480c
Loading