Skip to content
Snippets Groups Projects
  1. Oct 06, 2023
  2. Dec 27, 2022
    • Matthias Diener's avatar
      Remove unused reverse_graph (#376) · d82ada25
      Matthias Diener authored
      
      * Deprecate reverse_graph in favor of pytools version
      
      * remove it and clean up tests
      
      * merge cleanup
      
      * more comprehensive tests
      
      * minor UsersCollector fixes, remove nonfunctional test part
      
      UsersCollector and NUsersCollector have slightly different
      behavior regarding duplicates (ignore in UsersCollector but
      counted in NUsersCollector), hence the previous test failed.
      
      * fix flake8
      
      * Update __init__.py
      
      * restore reverse_graph in test
      
      * add progress indicator comment
      
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      d82ada25
  3. Nov 22, 2022
  4. Nov 06, 2022
  5. Oct 17, 2022
  6. Jun 13, 2022
    • Kaushik Kulkarni's avatar
      Introduce attributes to store information about reduction dimensions (#224) · a0fa84a5
      Kaushik Kulkarni authored
      * Rename EinsumAxisDescriptor subclasses.
      
      In order to avoid coming off as something that is more generally applicable to
      any pt.Array node.
      
      * adds helpers to get all reduction induction variables
      
      * implements ReductionDescriptor
      
      * defines IndexLambda.var_to_reduction_descr
      
      * defines Einsum.redn_axis_to_redn_descr
      
      * test reduction_axis
      
      * Propagates loopy iname tags for ReductionAxis
      
      * tests loopy tag propagation for ReductionAxis
      
      * introduces ReductionAxis/EinsumIndex specific exception types
      
      * prefer immutables.Map over pyrsistent.PMap
      a0fa84a5
  7. Jun 21, 2021
  8. May 20, 2021
  9. Jan 31, 2021
  10. Jan 09, 2021
  11. Dec 15, 2020
  12. Nov 28, 2020
  13. Nov 24, 2020
  14. Oct 29, 2020
  15. Oct 14, 2020
  16. Jul 22, 2020
  17. Jun 23, 2020
  18. May 25, 2020
  19. May 24, 2020
  20. May 21, 2020
Loading