- Oct 21, 2019
-
-
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 pycodegen/pystencils!74
-
Martin Bauer authored
Add option to omit globals when printing C code See merge request pycodegen/pystencils!75
-
Martin Bauer authored
Run opencl without pycuda Closes #15 See merge request pycodegen/pystencils!77
-
Martin Bauer authored
correctly print RNG nodes See merge request pycodegen/pystencils!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
-
- Oct 11, 2019
-
-
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 pycodegen/pystencils!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 pycodegen/pystencils!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 pycodegen/pystencils!65
-
Martin Bauer authored
Bugfix fields accessed for interpolator access See merge request pycodegen/pystencils!62
-
Martin Bauer authored
Bugfix avoid east and west const See merge request pycodegen/pystencils!64
-
Stephan Seitz authored
-
- Sep 27, 2019
-
-
Stephan Seitz authored
For the calculation of the number of ghostlayers only relative accesses should be considered like on the CPU version
-
Stephan Seitz authored
Pystencils will print two const when printing an assignment to a const numpy.dtype. With the new type interference, this case can now occur more often
-