Commits on Source (37)
-
Christoph Alt authored
Add CONFIG_MODULE parameter to CMake function. Add Tests for CMake Integration. See merge request !8
-
953968c3
-
Frederik Hennig authored
the pystencils include directory is now added to the include paths See merge request !9
-
6386fac2
-
Christoph Alt authored
Adapt to pystencils codegen API changes See merge request !11
-
e067b6b6
-
Christoph Alt authored
Introduce Nox for Test Automation See merge request !10
-
86c30d14
-
Christoph Alt authored
Improve versatility and robustness of `cpptype`, and document it in the user guide See merge request !12
-
Christoph Alt authoredc8b8da97
-
Frederik Hennig authored
Allowing also .hip as generated file extension See merge request !13
-
4857c790
-
Christoph Alt authored
Adapt SFG to field typing changes in pystencils See merge request !14
-
b7a5c507
-
Christoph Alt authored
Use config descriptor system from pystencils See merge request !15
-
dcb3653d
-
Christoph Alt authored
CMake Interaction Update Closes #8 and #6 See merge request !16
-
962f8c67
-
Christoph Alt authored
Improved Source File and Code Structure Modelling Closes #4 and #7 See merge request !17
-
Frederik Hennig authoreddd19905b
-
Christoph Alt authored
quick-fix: print base classes See merge request !18
-
bd3da8b1
-
Frederik Hennig authored
Adding Dim3 class See merge request !19
-
c9f8e8a0
-
Frederik Hennig authored
Adding option to automatically installation See merge request !20
-
d4c5425e
-
Christoph Alt authored
Composer API Extensions and How-To Guide See merge request !21
-
1a12dbc5
-
Christoph Alt authored
Remove Inline Output Mode; Automate Inlining in Composer Closes #9 See merge request !22
-
e3895da5
-
Christoph Alt authored
Introduce field and vector extraction protocols Closes #11 See merge request !23
-
d474f87a
-
Christoph Alt authored
Extend Support for CUDA and HIP kernel invocations See merge request !24
-
Fixes to postprocessing: Remove unused code, test vector extraction, unify treatment of scalar fields
3e0c00c4 -
Christoph Alt authored
Fixes to postprocessing: Remove unused code, test vector extraction, unify treatment of scalar fields See merge request !26
-
c722ae3e
-
Christoph Alt authored
Fix clang-format off directive for older LLVM versions See merge request !27
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 38 additions, 35 deletions.gitlab-ci.yml
- CONTRIBUTING.md 29 additions, 7 deletionsCONTRIBUTING.md
- conftest.py 21 additions, 10 deletionsconftest.py
- docs/source/.gitignore 1 addition, 0 deletionsdocs/source/.gitignore
- docs/source/_util/sfg_monkeypatch.py 70 additions, 0 deletionsdocs/source/_util/sfg_monkeypatch.py
- docs/source/api/composer.rst 42 additions, 9 deletionsdocs/source/api/composer.rst
- docs/source/api/generation.rst 1 addition, 5 deletionsdocs/source/api/generation.rst
- docs/source/api/ir.rst 5 additions, 2 deletionsdocs/source/api/ir.rst
- docs/source/api/lang.rst 12 additions, 0 deletionsdocs/source/api/lang.rst
- docs/source/conf.py 13 additions, 23 deletionsdocs/source/conf.py
- docs/source/getting_started.md 215 additions, 0 deletionsdocs/source/getting_started.md
- docs/source/index.md 35 additions, 235 deletionsdocs/source/index.md
- docs/source/installation.md 45 additions, 0 deletionsdocs/source/installation.md
- docs/source/usage/api_modelling.md 420 additions, 0 deletionsdocs/source/usage/api_modelling.md
- docs/source/usage/config_and_cli.md 141 additions, 0 deletionsdocs/source/usage/config_and_cli.md
- docs/source/usage/examples/guide_generator_scripts/05/kernels.py 2 additions, 2 deletions...urce/usage/examples/guide_generator_scripts/05/kernels.py
- docs/source/usage/how_to_composer.md 572 additions, 0 deletionsdocs/source/usage/how_to_composer.md
- docs/source/usage/project_integration.md 62 additions, 15 deletionsdocs/source/usage/project_integration.md
- integration/test_sycl_buffer.py 4 additions, 4 deletionsintegration/test_sycl_buffer.py
docs/source/.gitignore
0 → 100644
docs/source/_util/sfg_monkeypatch.py
0 → 100644
docs/source/getting_started.md
0 → 100644
docs/source/installation.md
0 → 100644
docs/source/usage/api_modelling.md
0 → 100644
docs/source/usage/how_to_composer.md
0 → 100644
This diff is collapsed.