Commits on Source (84)
-
Markus Holzer authored
Vectorize all scalar symbols in vector expressions See merge request !344
-
5bab2c70
-
Markus Holzer authored
AVX512VL and AVX10 support See merge request !345
-
59dce1c1
-
Christoph Alt authored
Extension to field read extraction See merge request !346
-
33dc8ae9
-
Michael Kuron authored
Refactor gpu indexing See merge request !341
-
c21d4621
-
Christoph Alt authored
Distinguish between SymPy and pystencils Assignement better Closes #61 See merge request !347
-
ae67f2e6
-
Markus Holzer authored
Fix integration pipeline See merge request !348
-
7b08c076
-
Frederik Hennig authored
Reveal base pointer spec See merge request !350
-
b3b9c190
-
Frederik Hennig authored
[Fix] Printing of subtraction See merge request !352
-
539b6be3
-
Michael Kuron authored
[FIX] Alignement detection See merge request pycodegen/pystencils!351
-
Michael Kuron authored7a1a4415
-
Markus Holzer authored
Remove loadA/storeA from ISAs where it is the same as loadU/storeU See merge request !354
-
9115975f
-
Markus Holzer authored
Print small integer powers as divisions/multiplications Closes #72 See merge request !357
-
5c203615
-
Markus Holzer authored
Add function to prepend pragmas to loops See merge request !355
-
adb06363
-
Christoph Alt authored
Indexed domain kernel See merge request pycodegen/pystencils!356
-
Markus Holzer authored9435e6fc
-
Markus Holzer authored
Update README.md See merge request !360
-
Daniel Bauer authored4d762ec4
-
Daniel Bauer authored8424d7d7
-
Daniel Bauer authoredd3638918
-
Markus Holzer authored
Fix typo in CustomCodeNode.__eq__ See merge request !361
-
72c3c7cb
-
Markus Holzer authored
Fix type equality checks See merge request !363
-
ee33a959
-
Markus Holzer authored
Refactor packaging, part I See merge request !364
-
bcc8d818
-
Markus Holzer authored
Refactor source tree layout See merge request !362
-
349c74f3
-
Frederik Hennig authored
Remove unnecessary files in .toml See merge request pycodegen/pystencils!365
-
3715b050
-
Frederik Hennig authored
Fix new_merged for AssignmentCollections Closes #89 See merge request !377
-
Michael Kuron authored8597d398
-
Markus Holzer authored
RISC-V cacheline zero See merge request !326
-
d496020c
-
Markus Holzer authored
Remove vendored versioneer See merge request !382
-
Michael Kuron authored
This is part of the Scalable Matrix Extensions (SME)
b699c883 -
Michael Kuron authored2b7c6cb6
-
Markus Holzer authored
Support ARM64 Streaming SVE See merge request !385
-
Michael Kuron authoredf57c70e3
-
Markus Holzer authored
Add license to header files See merge request !392
-
99e17399
-
Markus Holzer authored
Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead. See merge request !395
-
54b01e22
-
Frederik Hennig authored
[BUGFIX] GPU slicing Closes #90 See merge request !396
-
be304702
-
Frederik Hennig authored
Thread safety See merge request !391
-
1640c92c
-
Markus Holzer authored
Update SymPy Dependency + Pipeline Cleanup Closes #91 See merge request !398
-
62da7397
-
Markus Holzer authored
Fix coverage-report deploy See merge request !399
-
8dbce808
-
Markus Holzer authored
Remove `pages` deploy task from scheduled pipelines See merge request !404
-
Frederik Hennig authoredd93c549c
-
Markus Holzer authored
Fix typing of floor/ceil See merge request !406
-
Michael Kuron authored
The added tests revealed a number of bugs in maskStore/maskStoreS of other instructions sets, which are also fixed.
e77df63f -
Markus Holzer authored
Add SVE nontemporal stores and scatters, including masked variants See merge request !413
-
c29d8d6a
-
Michael Kuron authored
[Fix] Vectorisation of Abs See merge request !403
-
6ed38634
-
Michael Kuron authored
Allow index expression for indexed domain kernel See merge request !416
-
97ba71de
-
Michael Kuron authored
[FIX] Vector Size for SVE instruction set is in free kernel parameters See merge request !412
-
Markus Holzer authored6c88aa67
-
Michael Kuron authored
[Fix] add_subexpressions_for_field_reads Closes #92 See merge request !419
-
e3622192
-
Markus Holzer authored
Fix width-one iteration slices on GPU See merge request !422
-
Frederik Hennig authored8cdb3b44
-
Frederik Hennig authored
CI: Fix cupy installation + temporarily allow multiarch to fail See merge request !444
-
6010d715
-
Daniel Bauer authored
Use a lockfile to restrict concurrent access to the CPU JIT config file Closes #113 See merge request !446
-
84d19478
-
Frederik Hennig authored
ARM SME detection for macOS See merge request !441
-
ab865b85
-
Christoph Alt authored
fix memory layout descriptor parsing See merge request !431
Showing
- .flake8 3 additions, 3 deletions.flake8
- .gitattributes 1 addition, 1 deletion.gitattributes
- .gitignore 7 additions, 7 deletions.gitignore
- .gitlab-ci.yml 100 additions, 50 deletions.gitlab-ci.yml
- MANIFEST.in 1 addition, 6 deletionsMANIFEST.in
- README.md 4 additions, 1 deletionREADME.md
- conftest.py 15 additions, 15 deletionsconftest.py
- doc/notebooks/02_tutorial_basic_kernels.ipynb 101 additions, 119 deletionsdoc/notebooks/02_tutorial_basic_kernels.ipynb
- doc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb 83 additions, 112 deletionsdoc/notebooks/06_tutorial_phasefield_dentritic_growth.ipynb
- doc/notebooks/demo_assignment_collection.ipynb 47 additions, 39 deletionsdoc/notebooks/demo_assignment_collection.ipynb
- pyproject.toml 98 additions, 0 deletionspyproject.toml
- pystencils/include/PyStencilsField.h 0 additions, 19 deletionspystencils/include/PyStencilsField.h
- pystencils/include/gpu_defines.h 0 additions, 12 deletionspystencils/include/gpu_defines.h
- pystencils/node_collection.py 0 additions, 74 deletionspystencils/node_collection.py
- pystencils_tests/test_indexed_kernels.py 0 additions, 54 deletionspystencils_tests/test_indexed_kernels.py
- pystencils_tests/test_jupyter_extensions.ipynb 0 additions, 236 deletionspystencils_tests/test_jupyter_extensions.ipynb
- pystencils_tests/test_print_infinity.py 0 additions, 25 deletionspystencils_tests/test_print_infinity.py
- pystencils_tests/test_print_unsupported_node.py 0 additions, 24 deletionspystencils_tests/test_print_unsupported_node.py
- pystencils_tests/test_sliced_iteration.py 0 additions, 29 deletionspystencils_tests/test_sliced_iteration.py
- pytest.ini 12 additions, 9 deletionspytest.ini
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
pyproject.toml
0 → 100644
pystencils/include/PyStencilsField.h
deleted
100644 → 0
pystencils/include/gpu_defines.h
deleted
100644 → 0
pystencils/node_collection.py
deleted
100644 → 0
This diff is collapsed.