- Apr 09, 2023
-
-
Markus Holzer authored
Update pystencils project links See merge request pycodegen/pystencils!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
-
-
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 !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 pycodegen/pystencils!309
-
-
- Nov 04, 2022
-
-
Markus Holzer authored
Fix display of coverage in Gitlab See merge request !310
-
- Nov 03, 2022
-
-
Michael Kuron authored
-
- Oct 25, 2022
-
-
Christoph Alt authored
Remove depricated feature See merge request !308
-
-
Christoph Alt authored
Sane Defaults for CreateKernelConfig See merge request !307
-
-
- Oct 24, 2022
-
-
Christoph Alt authored
Improve Vectorisation See merge request !306
-
-
- Oct 10, 2022
-
-
Michael Kuron authored
Upgrade maximum supported SymPy version to 1.11.1 See merge request !304
-
Michael Kuron authored
Fix Regression from !300 See merge request !303
-
Markus Holzer authored
-
Markus Holzer authored
-
- Sep 29, 2022
-
-
Markus Holzer authored
Fix nontemporal stores on non-x86 for fields with variable size See merge request !300
-
- Sep 28, 2022
-
-
Michael Kuron authored
-