There was an error fetching the commit references. Please try again later.
pystencils: Cleaned up type system
- use data type class consistently instead of strings (in TypedSymbol, Field and jit module) - new datatype class is based on numpy types with additional specifier information (const and restrict) - translation between data type class and other modules (numpy, ctypes)
Showing
- astnodes.py 3 additions, 3 deletionsastnodes.py
- backends/cbackend.py 2 additions, 1 deletionbackends/cbackend.py
- cpu/cpujit.py 12 additions, 47 deletionscpu/cpujit.py
- cpu/kernelcreation.py 2 additions, 2 deletionscpu/kernelcreation.py
- field.py 2 additions, 13 deletionsfield.py
- llvm/kernelcreation.py 2 additions, 2 deletionsllvm/kernelcreation.py
- transformations.py 9 additions, 14 deletionstransformations.py
- types.py 153 additions, 31 deletionstypes.py
Please register or sign in to comment