Commits on Source (83)
-
-
Markus Holzer authored
AVX512VL and AVX10 support See merge request !345
-
-
Christoph Alt authored
Extension to field read extraction See merge request !346
-
-
Michael Kuron authored
Refactor gpu indexing See merge request !341
-
-
Christoph Alt authored
Distinguish between SymPy and pystencils Assignement better Closes #61 See merge request pycodegen/pystencils!347
-
-
Markus Holzer authored
Fix integration pipeline See merge request !348
-
-
Frederik Hennig authored
Reveal base pointer spec See merge request pycodegen/pystencils!350
-
-
Frederik Hennig authored
[Fix] Printing of subtraction See merge request !352
-
-
Michael Kuron authored
[FIX] Alignement detection See merge request !351
-
Michael Kuron authored
-
Markus Holzer authored
Remove loadA/storeA from ISAs where it is the same as loadU/storeU See merge request !354
-
-
Markus Holzer authored
Print small integer powers as divisions/multiplications Closes #72 See merge request !357
-
-
Markus Holzer authored
Add function to prepend pragmas to loops See merge request !355
-
-
Christoph Alt authored
Indexed domain kernel See merge request !356
-
Markus Holzer authored
-
Markus Holzer authored
Update README.md See merge request !360
-
Daniel Bauer authored
-
Daniel Bauer authored
-
Daniel Bauer authored
-
Markus Holzer authored
Fix typo in CustomCodeNode.__eq__ See merge request !361
-
-
Markus Holzer authored
Fix type equality checks See merge request !363
-
-
Markus Holzer authored
Refactor packaging, part I See merge request pycodegen/pystencils!364
-
-
Markus Holzer authored
Refactor source tree layout See merge request !362
-
-
Frederik Hennig authored
Remove unnecessary files in .toml See merge request !365
-
-
Frederik Hennig authored
Fix new_merged for AssignmentCollections Closes #89 See merge request !377
-
Michael Kuron authored
-
Markus Holzer authored
RISC-V cacheline zero See merge request !326
-
-
Markus Holzer authored
Remove vendored versioneer See merge request !382
-
Michael Kuron authored
This is part of the Scalable Matrix Extensions (SME)
-
Michael Kuron authored
-
Markus Holzer authored
Support ARM64 Streaming SVE See merge request !385
-
Michael Kuron authored
-
Markus Holzer authored
Add license to header files See merge request !392
-
-
Markus Holzer authored
Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead. See merge request pycodegen/pystencils!395
-
-
Frederik Hennig authored
[BUGFIX] GPU slicing Closes #90 See merge request !396
-
-
Frederik Hennig authored
Thread safety See merge request pycodegen/pystencils!391
-
-
Markus Holzer authored
Update SymPy Dependency + Pipeline Cleanup Closes #91 See merge request pycodegen/pystencils!398
-
-
Markus Holzer authored
Fix coverage-report deploy See merge request pycodegen/pystencils!399
-
-
Markus Holzer authored
Remove `pages` deploy task from scheduled pipelines See merge request pycodegen/pystencils!404
-
Frederik Hennig authored
-
Markus Holzer authored
Fix typing of floor/ceil See merge request pycodegen/pystencils!406
-
Michael Kuron authored
The added tests revealed a number of bugs in maskStore/maskStoreS of other instructions sets, which are also fixed.
-
Markus Holzer authored
Add SVE nontemporal stores and scatters, including masked variants See merge request !413
-
-
Michael Kuron authored
[Fix] Vectorisation of Abs See merge request !403
-
-
Michael Kuron authored
Allow index expression for indexed domain kernel See merge request !416
-
-
Michael Kuron authored
[FIX] Vector Size for SVE instruction set is in free kernel parameters See merge request !412
-
Markus Holzer authored
-
Michael Kuron authored
[Fix] add_subexpressions_for_field_reads Closes #92 See merge request !419
-
-
Markus Holzer authored
Fix width-one iteration slices on GPU See merge request !422
-
Frederik Hennig authored
-
Frederik Hennig authored
CI: Fix cupy installation + temporarily allow multiarch to fail See merge request !444
-
-
Daniel Bauer authored
Use a lockfile to restrict concurrent access to the CPU JIT config file Closes #113 See merge request !446
-
-
Frederik Hennig authored
ARM SME detection for macOS See merge request !441
-
-
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 9 additions, 9 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 32 additions, 26 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, 120 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
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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