- Jun 22, 2023
-
-
- Jun 07, 2023
-
-
Helen Schottenhamml authored
Properly detect and enable vectorization on ARM See merge request !321
-
- Jun 04, 2023
-
-
Michael Kuron authored
-
Markus Holzer authored
Support Windows on ARM64 See merge request !328
-
Michael Kuron authored
-
Michael Kuron authored
-
Markus Holzer authored
Fix deepcopying on Python 3.11 See merge request !329
-
Michael Kuron authored
-
Michael Kuron authored
Tested with Python 3.10 and 3.11 and Sympy 1.9 and 1.11
-
- May 31, 2023
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- May 30, 2023
-
-
Michael Kuron authored
-
- Apr 11, 2023
-
-
Markus Holzer authored
Remove support for non-power-of-2 SVE vector widths See merge request !325
-
- Apr 10, 2023
-
-
- Apr 09, 2023
-
-
Markus Holzer authored
Update pystencils project links See merge request !323
-
Markus Holzer authored
-
- Apr 03, 2023
-
- Mar 31, 2023
-
-
Christoph Alt authored
[Fix] GPU Buffer with iteration slices See merge request !318
-
-
- Mar 28, 2023
-
-
Helen Schottenhamml authored
[Fix] Matplotlib arrow rendering Closes #67 See merge request !322
-
-
- Mar 27, 2023
-
-
Michael Kuron authored
-
Markus Holzer authored
Fix execution for Python 3.11 See merge request !315
-
Markus Holzer authored
ARM for linux See merge request !320
-
-
- Mar 24, 2023
-
-
Stephan Seitz authored
Fixes execution on Python 3.11 Prevents the following error: ``` ImportError while loading conftest '/home/stephan/projects/pystencils/conftest.py'. conftest.py:14: in <module> from pystencils.cpu import cpujit pystencils/__init__.py:10: in <module> from .config import CreateKernelConfig pystencils/config.py:19: in <module> @dataclass /usr/lib/python3.11/dataclasses.py:1220: in dataclass return wrap(cls) /usr/lib/python3.11/dataclasses.py:1210: in wrap return _process_class(cls, init, repr, eq, order, unsafe_hash, /usr/lib/python3.11/dataclasses.py:958: in _process_class cls_fields.append(_get_field(cls, name, type, kw_only)) /usr/lib/python3.11/dataclasses.py:815: in _get_field raise ValueError(f'mutable default {type(f.default)} for field ' E ValueError: mutable default <class 'mappingproxy'> for field gpu_indexing_params is not allowed: use default_factory ```
-
Markus Holzer authored
Resolve "Absolute access is probably not copied correctly after _eval_subs()" Closes #66 See merge request pycodegen/pystencils!319
-
Nils Kohl authored
-
- Mar 17, 2023
-
-
Christoph Alt authored
[FIX] Iteration slices with GPU kernels Closes #58 See merge request !317
-
-
- Mar 11, 2023
-
-
Markus Holzer authored
Gpu bufferfield fix See merge request !314
-
-
- Feb 23, 2023
-
-
Christoph Alt authored
Add cache clearing function See merge request !313
-
Markus Holzer authored
-
- Dec 22, 2022
-
-
Christoph Alt authored
Use common shape to resolve buffer access See merge request pycodegen/pystencils!312
-
Markus Holzer authored
-
- Nov 10, 2022
-
-
Markus Holzer authored
Fix coverage badge See merge request !311
-
- Nov 09, 2022
-
-
Michael Kuron authored
-
- Nov 07, 2022
-
-
Christoph Alt authored
Improve FLOP counting function See merge request !309
-