There was an error fetching the commit references. Please try again later.
introduce field and vector extaction protocols
- remove SrcField and SrcVector - introduce SupportsFieldExtraction and SupportsVectorExtraction protocols - refactor C++ stl api mirrors - adapt test suite
Showing
- src/pystencilssfg/composer/basic_composer.py 4 additions, 5 deletionssrc/pystencilssfg/composer/basic_composer.py
- src/pystencilssfg/ir/postprocessing.py 16 additions, 15 deletionssrc/pystencilssfg/ir/postprocessing.py
- src/pystencilssfg/lang/__init__.py 4 additions, 6 deletionssrc/pystencilssfg/lang/__init__.py
- src/pystencilssfg/lang/cpp/std_mdspan.py 15 additions, 19 deletionssrc/pystencilssfg/lang/cpp/std_mdspan.py
- src/pystencilssfg/lang/cpp/std_span.py 14 additions, 20 deletionssrc/pystencilssfg/lang/cpp/std_span.py
- src/pystencilssfg/lang/cpp/std_tuple.py 3 additions, 3 deletionssrc/pystencilssfg/lang/cpp/std_tuple.py
- src/pystencilssfg/lang/cpp/std_vector.py 15 additions, 21 deletionssrc/pystencilssfg/lang/cpp/std_vector.py
- src/pystencilssfg/lang/cpp/sycl_accessor.py 28 additions, 38 deletionssrc/pystencilssfg/lang/cpp/sycl_accessor.py
- src/pystencilssfg/lang/expressions.py 0 additions, 37 deletionssrc/pystencilssfg/lang/expressions.py
- src/pystencilssfg/lang/extractions.py 35 additions, 0 deletionssrc/pystencilssfg/lang/extractions.py
- tests/generator_scripts/source/MdSpanFixedShapeLayouts.py 1 addition, 1 deletiontests/generator_scripts/source/MdSpanFixedShapeLayouts.py
- tests/ir/test_postprocessing.py 5 additions, 5 deletionstests/ir/test_postprocessing.py
Please register or sign in to comment