There was an error fetching the commit references. Please try again later.
Adapt to field-related API changes in pystencils
- Replace `SfgSymbolLike` by `SfgKernelParam` - Update postprocessing to work with parameter properties - Add tests Squashed commit of the following: commit d017185f Author: Frederik Hennig <frederik.hennig@fau.de> Date: Wed Oct 23 10:13:06 2024 +0200 adapt to KernelParameter API changes commit b2857481 Author: Frederik Hennig <frederik.hennig@fau.de> Date: Tue Oct 22 15:14:01 2024 +0200 don't ignore the type commit 6d02cb47 Author: Frederik Hennig <frederik.hennig@fau.de> Date: Tue Oct 22 15:12:49 2024 +0200 Adapt field parameter collection to changes in pystencils.
Showing
- src/pystencilssfg/extensions/sycl.py 3 additions, 5 deletionssrc/pystencilssfg/extensions/sycl.py
- src/pystencilssfg/ir/__init__.py 2 additions, 2 deletionssrc/pystencilssfg/ir/__init__.py
- src/pystencilssfg/ir/postprocessing.py 29 additions, 36 deletionssrc/pystencilssfg/ir/postprocessing.py
- src/pystencilssfg/ir/source_components.py 9 additions, 10 deletionssrc/pystencilssfg/ir/source_components.py
- tests/generator_scripts/expected/Variables.h 1 addition, 1 deletiontests/generator_scripts/expected/Variables.h
- tests/ir/test_postprocessing.py 103 additions, 2 deletionstests/ir/test_postprocessing.py
Please register or sign in to comment