- Jan 28, 2025
-
-
Matthias Diener authored
* remove deprecated kernel executor cache * fix doctest
-
- Nov 25, 2024
-
-
- Nov 22, 2024
-
-
- Oct 30, 2024
-
-
- Sep 22, 2024
-
-
- Sep 04, 2024
-
-
Andreas Klöckner authored
-
- Aug 25, 2024
-
-
- Jul 09, 2024
-
-
- Jun 27, 2024
-
-
Also rename parameter to needed_type, from needed_dtype
-
- Jan 29, 2024
-
-
- Oct 18, 2023
-
-
- Jul 21, 2023
-
-
Also: - Move TranslatioUnit.__call__ towards uncached - Rename *KernelExecutor* -> *Executor*
-
- Oct 01, 2022
-
-
- 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)
-
- Jun 05, 2022
-
-
- May 10, 2022
-
-
- Apr 26, 2022
-
-
Matthias Diener authored
* CExpressionToCodeMapper: clarify precedence in map_if Avoids warnings of the type `warning: pocl-cache/tempfile_BYDWne.cl:96:2241: operator '?:' has lower precedence than '*'; '*' will be evaluated first` * fix tests * add comment and increase precedence * clarify comment
-
- Mar 11, 2022
-
-
- Mar 03, 2022
-
-
- Nov 09, 2021
-
-
Andreas Klöckner authored
-
- Jul 01, 2021
-
-
zachjweiner authored
* add check for missing input ArrayArgs and test * fix tests that fail because of gh-450 (is_input issue) * appease flake8 * Specify is_input in tutorial where necessary * rename function, guard __debug__ * add arg check to CKernelExecutor * add comment explaining placement of missing array arg check * Improve missing-arg error message Co-authored-by:
Andreas Kloeckner <inform@tiker.net>
-
- Jun 14, 2021
-
-
- Apr 19, 2021
-
-
- Oct 29, 2020
-
-
Andreas Klöckner authored
-
- Aug 28, 2020
-
-
Kaushik Kulkarni authored
-
- Aug 27, 2020
-
-
Kaushik Kulkarni authored
-
- Aug 26, 2020
-
-
Kaushik Kulkarni authored
-
- Aug 11, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 18, 2020
-
-
Kaushik Kulkarni authored
-
- Jul 15, 2020
-
-
Isuru Fernando authored
-
- Mar 03, 2020
-
-
James Stevens authored
-
- Mar 02, 2020
-
-
James Stevens authored
-
- Oct 28, 2019
-
-
Kaushik Kulkarni authored
-
- Sep 19, 2019
-
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
- Sep 16, 2019
-
-
Kaushik Kulkarni authored
-
- Aug 27, 2019
-
-
Andreas Klöckner authored
-
- Aug 22, 2019
-
-
Kaushik Kulkarni authored
-
Kaushik Kulkarni authored
-
- Jan 22, 2019
-
-
Andreas Klöckner authored
-