Releases: inducer/loopy
Releases · inducer/loopy
v2025.1
What's Changed
- c_execution: remove unused source_suffix argument to GCCToolchain by @alexfikl in #830
- Update compyte to d4549d4c711513e2cc098d3f5d4e918eac53ee7a by @inducer in #831
- Bump Github actions versions by @inducer in #833
- ci: add dependabot updates for github actions by @alexfikl in #834
- Fix some annotations in loopy.target by @alexfikl in #836
- Work around numpy2's changed
repr
for scalars by @inducer in #837 - {LOOPY,CG}_NO_CACHE: allow re-enabling the cache with False value by @matthiasdiener in #838
- Annotate cache types by @inducer in #839
- Avoid de/allocations for zero-sized temporaries by @inducer in #840
- Handle use-before-assign warnings from pylint by @inducer in #841
- set safe_sync=False for caches by @matthiasdiener in #842
- Placate flake8's new backslash-in-parens warning by @inducer in #843
- Fix code generation for numpy scalars in Python target by @inducer in #845
- Test, fix complex-valued TypeCast in PyOpenCL by @inducer in #846
- Export lp.for_each_kernel by @kaushikcfd in #847
- Support
TypeCast
inCombineMapper
by @inducer in #848 - Specify explicit
hash_constructor
in call tounordered_hash
by @inducer in #849 - Ruff by @inducer in #850
- Complex math functions with real-valued arguments by @kaushikcfd in #852
- Drop calls to
Taggable
constructor by @inducer in #853 - Add typos CI, fix typos by @inducer in #854
- InstructionBase: implement _with_new_tags by @matthiasdiener in #855
- TypeInferenceMapper: allow np.bool in map_type_cast by @matthiasdiener in #856
- Better docs for add_prefetch by @kaushikcfd in #857
- Fix _InameDuplicator.within by @kaushikcfd in #860
- Ruff 0.5.6 fixes by @kaushikcfd in #862
- Some bugfixes. by @kaushikcfd in #861
- Pyproject by @inducer in #863
- Cleanups 2024 by @inducer in #864
- Add
test_long_kernel
by @inducer in #826 - Require that happens_after is not mutable by @kaushikcfd in #866
- Use warn_with_kernel for V1-scheduler fallback by @kaushikcfd in #867
- Update documentation in pack_and_unpack_args by @nkoskelo in #869
- Prepare for non-simplifying pymbolic by @inducer in #871
- Add a few more calls to flatten for compat with pymbolic 2024.1 by @inducer in #872
- Even moar flatten by @inducer in #873
- Un-type
symbolic.flatten
by @inducer in #874 - Pymbolic typing by @inducer in #868
- Tag_inames should include all applicable tags when multiple are passed in. by @nkoskelo in #879
- schedule: update types by @matthiasdiener in #881
- LazilyUnpickling{Dict,List}: add repr by @matthiasdiener in #817
- Remove kernel.schedule (deprecated) by @connorjward in #882
- Track renames in pymbolic 2024.2 by @inducer in #883
- More pymbolic 2024.2 by @inducer in #885
- Annotation for mildly typed cgen by @inducer in #888
- Fix Firedrake tests by @inducer in #893
- Tree: various speedups by @matthiasdiener in #887
- Revert "Hack dataclass'd function_interface to avoid breaking Firedrake" by @inducer in #886
- Fix check for redundant loop priority by @kaushikcfd in #895
- Run parallel Firedrake tests in CI by @connorjward in #894
- Fix instances of RUF052,RUF051 by @inducer in #896
- Better type mappers in loopy.symbolic by @inducer in #897
- Add typos exception for floopy by @inducer in #898
- mypy: fix errors from stricter cgen typing by @alexfikl in #899
- Sort predicates in codegen so they are consistent in parallel by @connorjward in #901
- Handle type casting in op counter by @nchristensen in #902
- Drop empty else's (RUF047) by @inducer in #903
- remove deprecated kernel executor cache by @matthiasdiener in #904
- replace pyrsistent.PMap, immutables.Map, immutabledict with constantdict by @matthiasdiener in #884
- _ReductionInameUniquifier: speed up get_cache_key by @inducer in #908
- Pass immutable arg_id_to_dtype to InKernelCallables by @alexfikl in #906
- Remove use of deprecated wait_on_error from codepy by @alexfikl in #909
- ignore proto-tests/ for pytest by @matthiasdiener in #910
- Ispc fixes by @inducer in #914
- support aborting on cache miss by @matthiasdiener in #828
- More ispc fixes 598 by @inducer in #915
- Use default_rng in tests by @alexfikl in #917
- Allow, test vectorization of ternaries by @inducer in #918
- Random tests cleanups by @alexfikl in #919
- Fix generation of
float4
whenfloat3
requested by @inducer in #923 - Fix typo: establishing by @inducer in #924
- Add typing.assert_tuple by @inducer in #925
- Fix Firedrake CI due to container changes by @connorjward in #927
- CI: Run ruff via uv, dev-dependencies by @inducer in #928
New Contributors
Full Changelog: v2024.1...v2025.1