- Dec 03, 2017
-
-
Martin Bauer authored
- loop cutting - simplification of conditionals inside loop
-
- Oct 17, 2017
-
-
Martin Bauer authored
- support for logical operators, and/or - both phase field kernels can be vectorized now
-
Martin Bauer authored
- phasefield phi sweep vectorizes successfully
-
- Oct 11, 2017
-
-
Jan Hönig authored
Added LLVM: CodePrinter and a compiler Updated data_types Added tests Added jupyter notebooks Fixed bugs Restructured transformation functions
-
- Oct 10, 2017
-
-
Martin Bauer authored
- activated vectorization for LBM kernels
-
Martin Bauer authored
- renaming because of clashes with types.py from other packages
-
Martin Bauer authored
- sympys piecewise defined functions are mapped to blend instructions - cast function is now a class - several bugfixes
-
- Oct 09, 2017
-
-
Martin Bauer authored
- first vectorization tests are running - type system: use memoized getTypeOfExpression - casts are done using sp.Function('cast') - C backend adapted for vectorization support - AST nodes can required optional headers
-
- Sep 20, 2017
-
-
Martin Bauer authored
-
- Aug 01, 2017
-
-
Martin Bauer authored
-
- Jul 26, 2017
-
-
Martin Bauer authored
-
- Jul 21, 2017
-
-
Martin Bauer authored
-
- Jul 07, 2017
-
-
Martin Bauer authored
-
- Apr 06, 2017
-
-
Martin Bauer authored
-> moved llvm and dot import in try-except block
-
- Mar 24, 2017
-
-
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)
-
- Mar 20, 2017
-
-
Jan Hoenig authored
-
- Mar 19, 2017
-
-
Jan Hoenig authored
-
- Mar 16, 2017
-
-
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
-
- 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)
-
Jan Hoenig authored
-
- Mar 10, 2017
-
-
Jan Hoenig authored
-
- Mar 02, 2017
-
-
Jan Hoenig 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
-
- Feb 13, 2017
-
-
This commit makes the Python code backwards compatible down to Python 2.7. Previously it would only run on Python 3.5 and up. Problems fixed included: - `time.perf_counter()` doesn't exist - all classes need to be new-style - `functools.lru_cache` doesn't exist - only the last argument to a function call can be `*`-expanded - the `nonlocal` keyword doesn't exist - metaclasses are used with a different syntax - `yield from` doesn't exist - `tempdir.TemporaryDirectory` doesn't exist - iterators need a `next()` method
-
- Feb 09, 2017
-
-
Martin Bauer authored
-
- Dec 16, 2016
-
-
Jan Hoenig authored
-
- Dec 15, 2016
-
-
Jan Hoenig authored
-
Jan Hoenig authored
Move my llvm demo notebook in the correct folder
-
- Dec 08, 2016
-
-
Jan Hoenig authored
-
Jan Hoenig authored
-
Jan Hoenig authored
-
Martin Bauer authored
- colored dot output of AST - various display helpers used in documentation
-
Jan Hoenig authored
and not as a string. Changed name of the file TypedSymbol to types. Fixed usage of dtype accordingly, however i might not have found every usage of dtype.
-
- Nov 21, 2016
-
-
Martin Bauer authored
-
- Nov 17, 2016
-
-
Martin Bauer authored
-
- Nov 16, 2016
-
-
Jan Hoenig authored
-
- Nov 15, 2016
-
-
Jan Hoenig authored
-
Jan Hoenig authored
-