Skip to content
GitLab
Explore
Sign in
Commits · 3e4bf6e3d4faaf4a348a769406b79dc7382e15ae
pytato
Browse files
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
Tweak doc layout
· 571513d1
Matt Wala
authored
Jun 17, 2020
571513d1
Jun 15, 2020
Remove unused import
· 12bf1819
Matt Wala
authored
Jun 16, 2020
12bf1819
Remove namespace argument from generate_code()
· 60a05067
Matt Wala
authored
Jun 15, 2020
60a05067
Revert "Apply suggestion to pytato/array.py"
· da545a49
Matt Wala
authored
Jun 15, 2020
da545a49
More doc tweaks
· 695adc7f
Matt Wala
authored
Jun 15, 2020
695adc7f
Improve docs
· 5ee5e4c7
Matt Wala
authored
Jun 15, 2020
5ee5e4c7
Rename result classes and LoopyExpressionGenMapper.
· 8dc8ccac
Matt Wala
authored
Jun 15, 2020
8dc8ccac
GeneratedResult: Don't have own shape, dtype
· b053bec8
Matt Wala
authored
Jun 15, 2020
b053bec8
s/context/expr_context/
· 94c989ca
Matt Wala
authored
Jun 15, 2020
94c989ca
Merge branch 'codegen' of gitlab.tiker.net:inducer/pytato into matt-codegen-v4
· f2e42fdb
Matt Wala
authored
Jun 15, 2020
f2e42fdb
s/get_var_name_generator/get_instruction_id_generator/
· 44455cae
Matt Wala
authored
Jun 15, 2020
44455cae
Use a dict comprehension
· 05fd38fa
Matt Wala
authored
Jun 15, 2020
05fd38fa
Merge branch 'codegen-doc-tweaks' into 'codegen'
· ab60d364
Matt Wala
authored
Jun 15, 2020
ab60d364
Codegen doc tweaks
· 72531d5e
Andreas Klöckner
authored
Jun 14, 2020
72531d5e
Jun 12, 2020
Remove Namespace.copy()
· cf916437
Matt Wala
authored
Jun 11, 2020
cf916437
Jun 11, 2020
Array: Don't store shape and dtype, implement _SuppliedShapeAndDtypeMixin
· c5de67ea
Matt Wala
authored
Jun 11, 2020
c5de67ea
Fix escaping
· 38ebc911
Matt Wala
authored
Jun 12, 2020
38ebc911
Apply suggestion to pytato/array.py
· 26b2dca7
Matt Wala
authored
Jun 12, 2020
26b2dca7
Apply suggestion to pytato/array.py
· 14ab7ed2
Matt Wala
authored
Jun 12, 2020
14ab7ed2
Loading