- Apr 21, 2017
-
-
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
-
Martin Bauer authored
-
- Mar 20, 2017
-
-
Jan Hoenig authored
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Mar 19, 2017
-
-
Jan Hoenig authored
-
Jan Hoenig authored
-
- Mar 16, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Mar 14, 2017
-
-
Martin Bauer authored
- this extension is necessary for more generic boundary treatment - cells can now be structs, i.e. contain different data types - instead of having numeric index dimensions, one can use the index per cell to adress struct elements
-
Jan Hoenig authored
-
- Mar 13, 2017
-
-
Martin Bauer authored
- 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)
-
Martin Bauer authored
-
Jan Hoenig authored
-
- Mar 10, 2017
-
-
Jan Hoenig authored
-
- Mar 08, 2017
-
-
Martin Bauer authored
-
- Mar 05, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
- getShearRelaxationRate is a free function now -> works also with cumulant methods - better error message when calling kernels with wrong or too few parameters - entropic & incompressible is not working by default due to pdf shift -> added NotImplemented exception - new creation function for 'raw_mrt' where all relaxation rates can be independently specified - enhanced entropic creation funtion, supports omega output field now
-
- Mar 02, 2017
-
-
Jan Hoenig authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Mar 01, 2017
-
-
Martin Bauer authored
- windows support - automatic caching and creation of shared library with all generated kernels - restrict keyword and function prefixes are preprocessor macros now -> easier to generate one code for linux, cuda, windows
-
- Feb 23, 2017
-
-
Jan Hoenig authored
-
Martin Bauer authored
- due to unordered containers the same method could produce different but functionally equivalent code - this behaviour is bad for caching -> switched to ordered containers
-