- 14 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 11 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 01 Oct, 2019 1 commit
-
-
Stephan Seitz authored
-
- 30 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 27 Sep, 2019 1 commit
-
-
Stephan Seitz authored
type)
-
- 24 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 23 Sep, 2019 4 commits
-
-
Stephan Seitz authored
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 21 Aug, 2019 1 commit
-
-
Stephan Seitz authored
Problem some constant expressions are neither Float,Integer,Rational but don't have arguments. >>> isinstance(pi, Integer) False >>> isinstance(pi, Float) False >>> isinstance(pi, Rational) False >>> pi.args ()
-
- 16 Aug, 2019 2 commits
-
-
Martin Bauer authored
- numpy constants get directly their numpy type - integer functions check for integer types at construction
-
Martin Bauer authored
-
- 14 Aug, 2019 1 commit
-
-
Stephan Seitz authored
super().is_positive This can lead to surprising simplifications
-
- 05 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 02 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 11 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 10 Jul, 2019 1 commit
-
-
Stephan Seitz authored
-
- 07 Jun, 2019 1 commit
-
-
Stephan Seitz authored
-
- 01 Apr, 2019 1 commit
-
-
Martin Bauer authored
-
- 21 Mar, 2019 1 commit
-
-
Martin Bauer authored
This restructuring allows for easier separation of modules into separate repositories later. Also, now pip install with repo url can be used. The setup.py files have also been updated to correctly reference each other. Module versions are not extracted from git state
-
- 07 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 09 Jan, 2019 1 commit
-
-
Martin Bauer authored
-
- 14 Nov, 2018 1 commit
-
-
Martin Bauer authored
- small (length < 5) arrays with shape and stride information had to be memcpy'd to the GPU before every kernel call - instead of passing the information as arrays, the single elements are passed - leads to more function arguments, but simplifies GPU kernel calls -> changes in all backends required
-
- 26 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 19 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Oct, 2018 1 commit
-
-
Martin Bauer authored
- bugfix in vector-typing of piecewise functions - cast_function is now a sympy atom - fixes problems with sympy > 1.1 - replace_inner_stride_with_one is a bit faster now
-
- 02 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 14 May, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 13 May, 2018 1 commit
-
-
Martin Bauer authored
- support aligned load/stores - nontemporal stores - aligned memory allocation for arrays and temporary buffers
-
- 11 May, 2018 1 commit
-
-
Martin Bauer authored
- vectorization for loops with ranges that are not a multiple of vector width - vectorization for variable sized loops if special transformation replace_inner_stride_with_one is run
-
- 27 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 18 Apr, 2018 1 commit
-
-
Martin Bauer authored
- flags can be force when setting boundaries, this is helpful for: - setting up quantities (e.g. relaxation rate..) dependent on current flag configuration - bit operation fix when pickling: function has to have the same name as the python object
-
- 10 Apr, 2018 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-