- Nov 03, 2021
-
-
Andreas Klöckner authored
-
Matthias Diener authored
-
- Nov 02, 2021
-
-
Matthias Diener authored
* add GraphToDictMapper * remove *args, derive from CachedMapper * rename to Userscollector, add index map functions * flake8 * add random DAG test * better doc * rename in comment * Fix docs and naming for UsersCollector, reverse_graph, tag_child_nodes * UsersCollector: tweak constructor docs Co-authored-by: [6~ <inform@tiker.net>
-
Kaushik Kulkarni authored
* implement NamedTags for loopy target * tests name tags for loopy target * Remove stray whitespace Co-authored-by: Andreas Klöckner <inform@tiker.net>
-
Matthias Diener authored
* Add pytato.squeeze * add test * use are_shape_components_equal Co-authored-by: Kaushik Kulkarni <15399010+kaushikcfd@users.noreply.github.com> * fix * Add random graph generation * push current state * Random DAG generator actually tests things * Fix show_dot_graph invocation that tripped up pylint * DataInterface: document dtype, shape as read-only * Type-annotate, type-check testlib * Style/name/comment fixes from Kaushik's review Co-authored-by: [6~ <inform@tiker.net> Co-authored-by: Kaushik Kulkarni <15399010+kaushikcfd@users.noreply.github.com>
-
Andreas Klöckner authored
-
- Nov 01, 2021
-
-
Matthias Diener authored
* Add pytato.squeeze * add test * use are_shape_components_equal Co-authored-by: Kaushik Kulkarni <15399010+kaushikcfd@users.noreply.github.com> * fix Co-authored-by: [6~ <inform@tiker.net> Co-authored-by: Kaushik Kulkarni <15399010+kaushikcfd@users.noreply.github.com>
-
- Oct 29, 2021
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Kaushik Kulkarni authored
-
- Oct 28, 2021
-
-
-
-
-
-
Co-authored-by: Andreas Klöckner <inform@tiker.net>
-
-
-
-
-
- Oct 22, 2021
-
-
- Oct 20, 2021
-
-
Matthias Diener authored
* fix gitlab CI * add to requirements.txt instead * Remove asciidag from .test-conda-env-py3.ym Co-authored-by: Andreas Klöckner <inform@tiker.net>
-
Matthias Diener authored
* initial asciidag implementation * cleanups * pip * fix lint errors * more comments * clarify doc * extract get_ascii_graph * add test * remove trailing ws * use_color argument
-
- Oct 19, 2021
-
-
-
-
-
Co-authored-by: Andreas Kloeckner <inform@tiker.net>
-
- Oct 11, 2021
-
-
- Oct 04, 2021
-
-
- Oct 01, 2021
-
-
Kaushik Kulkarni authored
* test reshape corner cases * pt.reshape: codegen handle reshapes on scalars and empty reshapes Co-authored-by: Alex Fikl <alexfikl@gmail.com> * Wrong argument count to reshape is a TypeError * Missing article in error message Co-authored-by: Alex Fikl <alexfikl@gmail.com> Co-authored-by: Andreas Klöckner <inform@tiker.net>
-
- Sep 29, 2021
-
-
- Sep 22, 2021
-
-
Co-authored-by: Andreas Kloeckner <inform@tiker.net>
-
-
-
Slice is no longer emitted, instead IndexBase is obtained after slicing an expression. Got rid of every instance of pt.transform.Mapper.map_slice, instead replaced it with the correct IndexBase subtype mapper method. Co-authored-by: Andreas Kloeckner <inform@tiker.net>
-
-
Raises CannotBroadcastError if the expressions cannot be broadcasted in a broadcastable context.
-
-
- Sep 20, 2021
-
-
Kaushik Kulkarni authored
-