- Jan 08, 2025
-
-
- Jul 09, 2024
-
-
- Nov 05, 2023
-
-
Andreas Klöckner authored
This reverts commit f8abfa99.
-
- Nov 02, 2023
-
-
- Aug 23, 2023
-
-
Andreas Klöckner authored
-
- Jul 26, 2023
-
-
Andreas Klöckner authored
Those prevented the docs from updating if there is a CI failure somewhere (and our GPU CI curently is failing)
-
- Jul 21, 2023
-
-
- Jun 03, 2023
-
-
Andreas Klöckner authored
-
- Jun 28, 2022
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Refactor argument passing so that instead of implicitly-spawned `ImplementedDataInfo` objects, there are actual arguments (for automatic offsets and strides, base storage, and `sep`-tagged arrays). It also centralizes the logic for what goes into argument lists, instead of having various "filtered" versions scattered about. - Get started on type-annotating a bit of loopy. - Switch a not-small number of data structures to be dataclasses, notably `LoopKernel`. - Drop OCCA support from the ISPC target. (I'm not aware of any users, ever.) - Drop the Numba target outright. (I'm not aware of any users, ever.) - Drop `LoopKernel.local_sizes`, which was usable to directly set the workgroup size. (I'm not aware of any users, ever.) - Expire the deprecation for `iname_to_tags`. - Bumps the Python compatibility target to 3.8, for `from __future__ import annotations` and `cached_property` (mypy does not support nested decorators) - Bug fix: `tags` was not part of `LoopKernel.hash_fields` - Bug fix: `InstructionBase.get_write_dependency_names()` was used to find written variables, `InstructionBase.assignee_var_names()` is correct - Bug fix: KernelExecutorBase now uses linearize() so as to not bypass pre-linearization checks (cf. gh-639)
-
- Mar 25, 2022
-
-
- Mar 11, 2022
-
-
Andreas Klöckner authored
-
-
- Jan 24, 2022
-
-
- Jun 28, 2021
-
-
- Apr 23, 2021
-
-
Isuru Fernando authored
-
Isuru Fernando authored
-
Isuru Fernando authored
-
- Mar 08, 2021
-
-
Andreas Klöckner authored
-
- Feb 01, 2021
-
-
Andreas Klöckner authored
-
- Nov 11, 2020
-
-
Andreas Klöckner authored
-
- Sep 28, 2020
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Aug 26, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 14, 2020
-
-
Andreas Klöckner authored
-
- Jun 04, 2020
-
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
- May 28, 2020
-
-
Andreas Klöckner authored
-
- Nov 04, 2019
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Feb 18, 2019
- Feb 15, 2019