- Jul 26, 2017
-
-
Martin Bauer authored
-
- Jul 21, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 07, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 06, 2017
-
-
Martin Bauer authored
-
- Jul 02, 2017
-
-
Martin Bauer authored
-
- Jul 01, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
- pystencils can create now a non-compilable kernel that can be analyzed by kerncraft
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jun 11, 2017
-
-
Martin Bauer authored
-
- Jun 09, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- May 16, 2017
-
-
Martin Bauer authored
-
- May 05, 2017
-
-
Martin Bauer authored
-
- Apr 25, 2017
-
-
Martin Bauer authored
-
- Apr 24, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 21, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
- helps when simulating a large amount of small scenarios
-
Martin Bauer authored
- periodic kernels not yet OpenMP parallel
-
Martin Bauer authored
-
- Apr 20, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Apr 15, 2017
-
-
Martin Bauer authored
-
- Apr 11, 2017
-
-
Martin Bauer authored
- cache relied on uniqueness of python id() - id may be reused if object is freed -> object must be held alive -> kernel keeps all it arguments it was ever called with, alive (problematic in terms of memory consumption)
-
Martin Bauer authored
previously the value was taken from the cell next to the boundary cell (i.e. the inner cell)
-
Martin Bauer authored
-> smaller block
-
- Apr 06, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-> moved llvm and dot import in try-except block
-
- Mar 30, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
- VC 15 (2017) does not set an environment variable any more - fallback to filesystem search
-
- Mar 29, 2017
-
-
Martin Bauer authored
-
- Mar 24, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- abstraction layer for selecting CUDA block and grid sizes - line based (was implemented before) - block based (new, more flexible) - new conditional (if/else) ast node, which is necessary for indexing schemes (guarding if)
-
Martin Bauer authored
- bugfix for CUDA kernels with variable field sizes - extended tests for pystencils gpu kernels
-