- Nov 15, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Nov 14, 2019
-
-
Michael Kuron authored
-
- Nov 06, 2019
-
-
Martin Bauer authored
Fix create_cuda_kernel to allow CUSTOM_FIELDS to have a different size See merge request !83
-
Martin Bauer authored
Remove duplicated uint typedef See merge request !84
-
- Nov 05, 2019
-
-
Michael Kuron authored
-
- Oct 29, 2019
-
-
Stephan Seitz authored
-
Martin Bauer authored
Add Field.itemsize (yields Field.dtype.numpy_dtype.itemsize) See merge request !82
-
Stephan Seitz authored
-
- Oct 28, 2019
-
-
Martin Bauer authored
Oops, forgot a return in TextureCachedField.reproducible_hash See merge request !81
-
Stephan Seitz authored
-
Stephan Seitz authored
TextureCachedField was using `hash(...)` to disambiguate its instances. However, `hash` is randomized and will hinder reproducible code generation
-
Martin Bauer authored
Use reproducible hashlib for representing TextureCachedField See merge request pycodegen/pystencils!80
-
Martin Bauer authored
Add sympy to known_third_party in .isort.cfg See merge request pycodegen/pystencils!79
-
Stephan Seitz authored
I have installed the newest master of SymPy as editable package. So `isort` thinks it's one of our libraries. With this config SymPy is declared as a third party dependency.
-
- 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 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
-
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 pycodegen/pystencils!71
-
Stephan Seitz authored
For sympy, oo s a number. So pystencils prints a type infinity a double INFINITY as INFINITY.0
-