Skip to content
GitLab
Explore
Sign in
Commits · 5d12a162958730eea930dc52454600ea98e6436f
pytato
Browse files
Jun 22, 2020
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
Apply suggestion to pytato/array.py
· c5b99418
Matt Wala
authored
Jun 12, 2020
c5b99418
Apply suggestion to pytato/array.py
· 3dcc50b0
Matt Wala
authored
Jun 12, 2020
3dcc50b0
Jun 05, 2020
Remove MANIFEST.in
· 4074c3fd
Matt Wala
authored
Jun 05, 2020
4074c3fd
flake8 fixes
· 3d3b9597
Matt Wala
authored
Jun 05, 2020
3d3b9597
Fix mypy issues
· 66c3a5c6
Matt Wala
authored
Jun 05, 2020
66c3a5c6
Fix attribute name
· 1d2b5636
Matt Wala
authored
Jun 05, 2020
1d2b5636
Make fields registrable
· 984ccc31
Matt Wala
authored
Jun 05, 2020
984ccc31
Kill Output node
· dbe36249
Matt Wala
authored
Jun 05, 2020
dbe36249
Fix domain_for_shape invocations
· f22ec1dc
Matt Wala
authored
Jun 05, 2020
f22ec1dc
Remove stray testing comment
· 0f80830f
Matt Wala
authored
Jun 04, 2020
0f80830f
Move domain_for_shape to codegen.py
· 9d3fcdd9
Matt Wala
authored
Jun 04, 2020
9d3fcdd9
flake8 fixes
· 8e0b0777
Matt Wala
authored
Jun 04, 2020
8e0b0777
Make Mypy happy with transform.py
· d2cfca23
Matt Wala
authored
Jun 04, 2020
d2cfca23
transform.py: Don't inherit from pymbolic
· a31d2749
Matt Wala
authored
Jun 04, 2020
a31d2749
Use numpy.result_type
· fdc7bcd4
Matt Wala
authored
Jun 04, 2020
fdc7bcd4
Loading