Commits on Source
644
807b7fb2
flake8 fixes
Jun 10, 2021
e3f0ea8f
switch off default offset
Jun 10, 2021
0395fcaf
missing arg to make_placeholder
Jun 10, 2021
d964b283
Improve freeze/thaw usability (#22)
Jun 11, 2021
8029845e
Merge branch 'main' into pytato
Jun 10, 2021
611a109d
add clone()
Jun 10, 2021
c1b1d578
support compile() in PyOpenCLArrayContext
Jun 11, 2021
bee074ff
Improve array context mismatch error for frozen operands
Jun 11, 2021
c1768f54
Merge branch 'main' into pytato
Jun 11, 2021
59471ac1
use main branches
Jun 11, 2021
e5eaa037
pytest compat layer
Jun 11, 2021
30e9b180
fix previous
Jun 11, 2021
c203e5a2
remove unnecessary import + statement
Jun 11, 2021
d1530110
pylint
Jun 11, 2021
dd6dca21
add run-pylint.sh (#27)
Jun 11, 2021
634f4add
add run-mypy.sh (#26)
Jun 11, 2021
70b5402d
adds keyed counterparts to ((rec)?)map_array_container
Jun 11, 2021
3e7e3d14
PytatoArrayContext.symbolic_array_var: unnecessary interface
Jun 11, 2021
9cd13dbb
Merge branch 'main' into pytato
Jun 11, 2021
1bc50483
fixup! adds keyed counterparts to ((rec)?)map_array_container
Jun 11, 2021
54101c33
grammar fixes
Jun 12, 2021
8c678742
change compile() location and some doc fixes
Jun 12, 2021
67aa662b
small doc fix
Jun 12, 2021
28de4c44
force identifier in tree to be of type `Tuple[Union[str, int]]`
Jun 12, 2021
c6770ff5
update PytatoArrayContext.compile for array containers
Jun 12, 2021
fbb75928
PytatoArrayContext.einsum: thaw arguments before einsumming them
Jun 12, 2021
3a377be0
filter out arguments that aren't needed to the entrypoint
Jun 12, 2021
7fdf6e77
reenable real() imag() tests
Jun 12, 2021
c6d8a554
mypy fix
Jun 12, 2021
8a795ad0
add pytato to dependencies
Jun 12, 2021
6c2f57c4
revert special-casing for conj, now that pytato's fixed
Jun 12, 2021
e340a290
makes type of _tuple_if_not_tuple more precise
Jun 12, 2021
b1f4209f
remove dependency on pytato
Jun 13, 2021
55528050
fixup! remove dependency on pytato
Jun 13, 2021
63ec4f8e
fixup! fixup! remove dependency on pytato
Jun 13, 2021
54f368c7
map_array_container: Use execption to decide whether we have a container
Jun 14, 2021
4b4e3195
Merge remote-tracking branch 'origin/main' into pytato
Jun 14, 2021
9a043ced
make pytato tests optional for legacy packages
Jun 14, 2021
82bb9386
PyOpenCLArrayContext: recommend python -O if running on GPU
Jun 14, 2021
93c321e9
dont fail fast
Jun 14, 2021
980715cb
Merge remote-tracking branch 'origin/main' into pytato
Jun 14, 2021
4a08cada
fix norm()
Jun 14, 2021
1860d17c
Inline the transform cache handling in PyOpenCLArrayContext.call_loopy
Jun 14, 2021
1b138f29
Merge remote-tracking branch 'origin/main' into pytato
Jun 14, 2021
e6a962b9
undo ci change
Jun 14, 2021
a0447cc4
Implement PyOpenCLArrayContext.ravel (#34)
Jun 14, 2021
ce7ef43d
Merge branch 'main' into pytato
Jun 14, 2021
315fd5c8
flake8
Jun 14, 2021
41a208bc
implemented ravel()
Jun 14, 2021
05703d12
simplify ravel
Jun 14, 2021
195b9416
Mimic numpy's norm when ord is None (#30)
Jun 14, 2021
50e3c2d2
fixup! simplify ravel
Jun 14, 2021
bb61b260
simplify _PytatoFakeNumpyLinalgNamespace
Jun 14, 2021
a4491745
move norm special case to pyopencl
Jun 14, 2021
2b49cef0
Merge branch 'main' into pytato
Jun 14, 2021
3938df08
Special-case serialization of 1/2D object arrays
Jun 14, 2021
b5b3fec7
Merge branch 'main' into pytato
Jun 14, 2021
b124c1ef
fix norm() again
Jun 14, 2021
672d367e
flake8
Jun 14, 2021
3948457f
don't force pytato on downstream projects
Jun 14, 2021
4d5198ac
Generated code: better 'filenames', no false optimization claims
Jun 14, 2021
e28ae5da
Merge branch 'main' into pytato
Jun 14, 2021
caf39d6b
Improve actx.compile docs
Jun 14, 2021
666be4a4
removes reference to pytato array's namespace
Jun 15, 2021
286011de
adds test_actx_compile
Jun 15, 2021
a7b372aa
make compile independent of 'inputs_like'
Jun 16, 2021
77f9009d
implement norm by hand to be generic
Jun 16, 2021
9d3159c9
fixup! make compile independent of 'inputs_like'
Jun 16, 2021
177135d8
better test warning
Jun 16, 2021
17eae1b5
fixup! make compile independent of 'inputs_like'
Jun 16, 2021
f6053339
fix norm
Jun 16, 2021
5e509796
some compile fixes
Jun 16, 2021
94467bbe
fix scalar input to pytato program
Jun 16, 2021
bd21c270
fixup! adds test_actx_compile
Jun 16, 2021
2804e181
corrects the callable type signature
Jun 16, 2021
8d1738e1
Revert "corrects the callable type signature"
Jun 16, 2021
3e9fd368
restore CI version of arraycontext
Jun 17, 2021
3a9d4020
Add a flag to indicate whether an array context permits inplace modification
Jun 17, 2021
95fd7be8
pyopenclac.to_numpy special case isscalar
Jun 17, 2021
fe656953
Merge branch 'main' into pytato
Jun 17, 2021
c67b5fc6
add permits_inplace_modification
Jun 17, 2021
8548a150
fix(?) compile() signature
Jun 17, 2021
14dd9ab5
add @property
Jun 17, 2021
23d453bf
whitespace
Jun 17, 2021
609a503f
implement norm() fully in base class
Jun 17, 2021
322c18fe
Add missing @property on permits_inplace_modification
Jun 17, 2021
14bf6045
generalize pytest actx factory handling
Jun 17, 2021
e8450810
fix mypy
Jun 17, 2021
a96f3fed
check that all subary are cl.Arrays
Jun 17, 2021
64131737
Merge branch 'main' into pytato
Jun 17, 2021
678cb044
isscalar -> isinstance
Jun 18, 2021
56d26f5f
WS fixes
Jun 18, 2021
842deacb
flake8
Jun 18, 2021
983edfc2
Ravel error on AK
Jun 18, 2021
9baec681
__init__ doc for PytatoArrayContext
Jun 18, 2021
6f2a16b4
pyopenclarraycontext: revert back to return an error
Jun 18, 2021
0980f4b2
do not expose (rec_?)keyed_map_array_container under :mod:
Jun 18, 2021
48b46791
prefer np.isscalar(s) over isinstance(s, Number)
Jun 18, 2021
51f5d3d9
formatting: avoid closures as much as possible
Jun 18, 2021
a01e1fd9
spell out pt. in messages
Jun 18, 2021
544 additional commits have been omitted to prevent performance issues.
Loading
Loading