Open
Milestone
Release 2.0
Milestone ID: 60
Release 2.0 shall bring a major re-design to pystencils. It will include
- A newly designed, more stable and more versatile type system
- A brand-new code generation backend
- A significant cleanup to the symbolic toolbox
- New Documentation Pages, rewritten from scratch
- Improved support for vectorization and loop transformations
- Experimental SYCL Support
Documentation for the development branch can be found here.
Unstarted Issues (open and unassigned)
18
- RISC-V Vector Platform
- SVML support
- Reference Guide: Kernel Integration for external Frameworks
- Field class should remember its entire memory layout
- Improved Branch Elimination
- Necessary extensions for pystencils v2.0 documentation
- ARM/SVE vector platform
- Masked Vectorization & Handling of Conditionals
- Gather/Scatter for x86
- Vectorization in the new Backend
- Iteration slices containing symbols are handled incorrectly by GPU codegen
- Parsing and Documentation of Array-Like Symbolic Objects
- Improve Support for Arrays and Array-Like Expressions
- Clean up __str__ and __repr__ on backend AST classes
- Printing and Visualization of the Backend AST
- Symbolic Language
- CPU Platforms and Transformations
- Constness in generated code
Ongoing Issues (open and assigned)
6
Completed Issues (closed)
11
- sqrt for x86
- Lambdas
- Refactor codegen and JIT frontend modules
- Bugs and Implementation Errors with `CastFunc`
- Reference Guide: GPU Kernels
- Reimplement Vectorization in the Kernel Translation Driver
- Make Array Types more robust
- Revise and clearly define the treatment of field size/stride symbols
- Extend contextual typing of array literals
- Clarify semantics of fancy integer division functions
- Vectorization revamp