- Oct 21, 2019
-
-
Martin Bauer authored
Support complex numbers See merge request pycodegen/pystencils!72
-
Martin Bauer authored
Bugfix: textures should be implemented as textures without changes See merge request pycodegen/pystencils!73
-
Martin Bauer authored
Add __str__ representation for TextureDeclaration See merge request !74
-
Martin Bauer authored
Add option to omit globals when printing C code See merge request !75
-
Martin Bauer authored
Run opencl without pycuda Closes #15 See merge request !77
-
Martin Bauer authored
correctly print RNG nodes See merge request !78
-
Martin Bauer authored
-
Martin Bauer authored
-
Michael Kuron authored
-
- Oct 18, 2019
-
-
Stephan Seitz authored
-
Martin Bauer authored
-
- Oct 17, 2019
-
-
Stephan Seitz authored
-
Michael Kuron authored
-
- Oct 15, 2019
-
-
Martin Bauer authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Oct 14, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Oct 11, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Martin Bauer authored
- bugfix: loop counter of vectorized loop now correctly stored as SIMD vector with entries i, i+1, i+2, ... - basis for in-kernel boundary handling
-
Martin Bauer authored
-
- Oct 10, 2019
-
-
Martin Bauer authored
Fix printing of sp.Infinity/sp.NegativeInfinity See merge request !71
-
Stephan Seitz authored
For sympy, oo s a number. So pystencils prints a type infinity a double INFINITY as INFINITY.0
-
- Oct 09, 2019
-
-
Martin Bauer authored
Fix error in README.md: pystencils[pyopencl] -> pystencils[opencl] See merge request !70
-
Stephan Seitz authored
-
- Oct 01, 2019
-
-
-
Martin Bauer authored
-
Martin Bauer authored
Small fixes See merge request pycodegen/pystencils!69
-
Martin Bauer authored
Declare LoopCounterSymbols nonnegative See merge request pycodegen/pystencils!68
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Stephan Seitz authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Sep 30, 2019
-
-
Stephan Seitz authored
This removed some checks like `ctr1 <= 0` from my kernels
-
Martin Bauer authored
Set assumptions for TypedSymbol/cast_func/IntegerFunctionTwoArgsMixIn the SymPy way See merge request pycodegen/pystencils!66
-
Martin Bauer authored
Bugfix: this bracket should not be here (collate_types returns single type) See merge request pycodegen/pystencils!63
-
Martin Bauer authored
Bugfix: Align calculation of number of ghost layers on GPU with CPU version See merge request !65
-