- Feb 19, 2025
-
-
- Dec 19, 2024
-
-
- Nov 25, 2024
-
-
- Jul 09, 2024
-
-
- Oct 17, 2022
-
-
Matthias Diener authored
* extend 'within' mechanism to statistics * extend to MemAccess
-
- Jun 05, 2022
-
-
- Mar 03, 2022
-
-
- Nov 16, 2021
-
-
- Aug 11, 2021
-
-
- Jun 10, 2021
-
-
Andreas Klöckner authored
* Enable flake8-bugbear * Fix temp_var_type arg handling in Assignment
-
- Feb 02, 2021
-
-
Kaushik Kulkarni authored
-
- Feb 01, 2021
-
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
- Jan 12, 2021
-
-
Kaushik Kulkarni authored
-
- Sep 29, 2020
-
-
Andreas Klöckner authored
-
- Sep 28, 2020
-
-
Andreas Klöckner authored
-
- Oct 26, 2019
-
-
Kaushik Kulkarni authored
-
- Sep 16, 2019
-
-
Kaushik Kulkarni authored
-
- Jun 01, 2019
-
-
Andreas Klöckner authored
This is a large refactoring, with many pieces: - Counts from subkernels are incorporated using subst_into_{pwqpolynomial,guarded_pwqpolynomial,to_count_map}. This replaces a prior, broken scheme that existed on the kernel callables branch. - Separate ToCountMap and ToCountPolynomialMap, i.e. separate to-count map types by their value type. The latter type now knows (and checks) its isl space. - The numpy_types argument is now deprecated and ignored, it did not seem to do anything previously. - Introduce Sync() count key for synchronization counting. - Code/robustness cleanups in the ToCountMap* types. - All op descriptors now carry a kernel_name. There are still a few FIMXEs, mainly the SUBGROUP granularity and the footprint gatherer.
-
- Nov 29, 2018
-
-
James Stevens authored
added variable_tag to MemAccess; GlobalMemAccessCounter tracking variable tags for tagged global variables
-
- Nov 20, 2018
-
-
Kaushik Kulkarni authored
-
- Nov 13, 2018
-
-
James Stevens authored
-
- Sep 16, 2018
-
-
James Stevens authored
returned loopy.symbolic.CoefficientCollector to initial state, instead using modified coeff collector (that ignores denom in floor div) locally in stats gatherer; also created corresponding test
-
- Aug 01, 2018
-
-
James Stevens authored
-
James Stevens authored
-
- Jun 22, 2018
-
-
Andreas Klöckner authored
-
- Jun 07, 2018
-
-
James Stevens authored
now counting lid_strides, gid_strides, and variable name in LocalMemAccessCounter; updated tests accordingly
-
- Apr 16, 2018
-
-
Andreas Klöckner authored
-
- Apr 02, 2018
-
-
James Stevens authored
-
- Mar 04, 2018
-
-
James Stevens authored
switched lid_strides from list to dict in order to distinguish between two cases: (1) where an lid was found with stride 0 and (2) where no lid was found
-
James Stevens authored
-
James Stevens authored
-
- Feb 27, 2018
-
-
Andreas Klöckner authored
-
- Feb 25, 2018
-
-
James Stevens authored
-
- Feb 20, 2018
-
-
James Stevens authored
-
James Stevens authored
-