- Nov 05, 2023
-
-
Andreas Klöckner authored
This reverts commit dea23730.
-
- Nov 01, 2023
-
-
nkoskelo authored
This avoids quadratic runtime in the previous "batchy toposort". Co-authored-by:
Andreas Kloeckner <inform@tiker.net>
-
-
"__call__ = rec" is wrong, doesn't work if subclass overrides rec
-
- Oct 18, 2023
-
-
- Oct 15, 2023
-
-
- Oct 06, 2023
-
-
-
Matthias Diener authored
* replace immutables.Map with immutabledict * Use Mapping rather than any concrete type in public type annotations --------- Co-authored-by:
Andreas Kloeckner <inform@tiker.net>
-
- Sep 13, 2023
-
-
Andreas Klöckner authored
-
- Aug 04, 2023
-
-
-
-
-
-
-
-
-
-
-
-
Also use cache_hash from attrs instead of custom cached implementation
-
- Aug 01, 2023
-
-
- Jul 27, 2023
-
-
-
Unlike BoundPyOpenCLProgram, this is specific to a CL context, and thus can cache more effectively, avoid holding long-lived references to CL contexts in non-context-specific settings, and use loopy.ExecutorBase, towards some of the same goals.
-
-
-
- Jul 26, 2023
-
-
Matthias Diener authored
* Disable bounds checking when no loopy call present * add comment
-
- Jul 25, 2023
-
-
- Jul 18, 2023
-
-
- Jun 19, 2023
-
-
- Jun 01, 2023
-
-
Also, use distributed vis functionality even in the non-distributed case, to cut down on code duplication.
-
-
-
-
-
-
-
-
-
Co-authored-by:
Andreas Kloeckner <andreask@illinois.edu>
-