Skip to content
GitLab
Explore
Sign in
Commits · 23735e4d3390737462e7b09e5ecf90d697e598d9
pytato
Browse files
Jul 22, 2020
NumPy interface: remove tags argument
· 23735e4d
Matt Wala
authored
Jul 22, 2020
23735e4d
Remove print statement
· 9b907139
Matt Wala
authored
Jul 22, 2020
9b907139
Doc/var naming fixes
· fabb31be
Matt Wala
authored
Jul 21, 2020
fabb31be
More flake8 fixes
· ea4a5a56
Matt Wala
authored
Jul 21, 2020
ea4a5a56
flake8 fix
· 675b96d3
Matt Wala
authored
Jul 21, 2020
675b96d3
Add examples CI job
· bb2e94c6
Matt Wala
authored
Jul 21, 2020
bb2e94c6
Add advection example
· 4ea15e68
Matt Wala
authored
Jul 21, 2020
4ea15e68
Implement stack and a few other changes
· 213bf2eb
Matt Wala
authored
Jul 21, 2020
213bf2eb
Jul 21, 2020
Implement simple slicing
· 3878685c
Matt Wala
authored
Jul 20, 2020
3878685c
Jul 20, 2020
Add arithmetic
· 1ee23a1b
Matt Wala
authored
Jul 20, 2020
1ee23a1b
Implement transpose
· dd30d13b
Matt Wala
authored
Jul 20, 2020
dd30d13b
Make namespace a property in the superclass
· 0b07e9fa
Matt Wala
authored
Jul 20, 2020
0b07e9fa
Implement roll
· 532f0a04
Matt Wala
authored
Jul 20, 2020
532f0a04
Formatting
· ef922fcc
Matt Wala
authored
Jul 20, 2020
ef922fcc
Jul 19, 2020
Implement matmul
· 20ad9736
Matt Wala
authored
Jul 18, 2020
20ad9736
Jul 16, 2020
Delete accidentally included file
· 6cacf655
Matt Wala
authored
Jul 15, 2020
6cacf655
Revise input argument handling
· 5f558dea
Matt Wala
authored
Jul 15, 2020
5f558dea
Jul 08, 2020
Add support for scalar outputs
· e331068a
Matt Wala
authored
Jul 08, 2020
e331068a
Jul 06, 2020
Add advection.py and dg_tools.py from arrayzy
· e468f16d
Matt Wala
authored
Jul 06, 2020
e468f16d
Jun 26, 2020
Merge branch 'codegen' into 'master'
· 3e4bf6e3
Andreas Klöckner
authored
Jun 26, 2020
3e4bf6e3
Jun 24, 2020
Documentation improvements
· c0f7a4a2
Matt Wala
authored
Jun 24, 2020
c0f7a4a2
Rename test
· 699cd1d0
Matt Wala
authored
Jun 24, 2020
699cd1d0
flake8 fix
· a4fbfd7d
Matt Wala
authored
Jun 24, 2020
a4fbfd7d
Improve input/output name handling
· 8ad21b19
Matt Wala
authored
Jun 24, 2020
8ad21b19
Remove unnecessary use of ChainMap
· 29a96b6f
Matt Wala
authored
Jun 24, 2020
29a96b6f
Jun 23, 2020
Document array.DataInterface
· 406f852a
Matt Wala
authored
Jun 23, 2020
406f852a
Remove make_expression_context()
· c20a0a7d
Matt Wala
authored
Jun 23, 2020
c20a0a7d
Change the way local namespaces are handled to avoid (potentially
· 174ba990
Matt Wala
authored
Jun 23, 2020
174ba990
Merge branch 'master' of gitlab.tiker.net:inducer/pytato into codegen
· 4b4765c7
Matt Wala
authored
Jun 23, 2020
4b4765c7
Merge branch 'june-monster-maint' into 'master'
· 92f03787
Andreas Klöckner
authored
Jun 23, 2020
92f03787
Add .editorconfig
· af5bc706
Matt Wala
authored
Jun 22, 2020
af5bc706
Require Py3.6
· 9e42d322
Matt Wala
authored
Jun 22, 2020
9e42d322
Jun 22, 2020
Change mind about abbreviations
· b337766c
Matt Wala
authored
Jun 22, 2020
b337766c
Create pytato.target, separate from pytato.program
· 64a0c562
Matt Wala
authored
Jun 22, 2020
64a0c562
chained_namespaces
· 5d12a162
Matt Wala
authored
Jun 22, 2020
5d12a162
Apply suggestion to pytato/codegen.py
· 01d4ef86
Matt Wala
authored
Jun 22, 2020
01d4ef86
Apply suggestion to pytato/array.py
· 399b991b
Matt Wala
authored
Jun 22, 2020
399b991b
Apply suggestion to pytato/codegen.py
· 50af86d6
Matt Wala
authored
Jun 22, 2020
50af86d6
Apply suggestion to pytato/codegen.py
· 9b01cb65
Matt Wala
authored
Jun 22, 2020
9b01cb65
Jun 17, 2020
Merge branch 'codegen' of gitlab.tiker.net:inducer/pytato into matt-codegen-v4
· ba1911d5
Matt Wala
authored
Jun 17, 2020
ba1911d5
Loading