- Feb 19, 2025
-
-
- Jul 09, 2024
-
-
- Jun 28, 2022
-
-
- 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)
-
- Dec 30, 2021
-
-
- Sep 29, 2020
-
-
Andreas Klöckner authored
-
- May 19, 2020
-
-
James Stevens authored
-
James Stevens authored
-
- Jan 22, 2019
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
This reverts merge request !297
-
- Nov 19, 2018
- Apr 17, 2018
-
-
Andreas Klöckner authored
-
- Feb 27, 2018
-
-
Andreas Klöckner authored
-
- Feb 10, 2018
-
-
Andreas Klöckner authored
-
- Feb 06, 2018
-
-
Andreas Klöckner authored
Allow lang version setting with LOOPY_KERNEL_LANGUAGE_VERSION global in make_kernel caller's global space
-
- Aug 30, 2017
- Feb 17, 2017
- Jan 24, 2017
-
- Dec 22, 2016
-
-
Matt Wala authored
-
- Dec 21, 2016
-
-
Matt Wala authored
-
- Dec 16, 2016