- Aug 22, 2019
-
-
Martin Bauer authored
Fix get_type_of_expression for constants like sympy.pi See merge request pycodegen/pystencils!35
-
- Aug 21, 2019
-
-
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 ()
-
Martin Bauer authored
Implement sp.Sum, sp.Product See merge request !38
-
Martin Bauer authored
Contest: ignore two more files if waLBerla is not available See merge request pycodegen/pystencils!40
-
Stephan Seitz authored
-
Stephan Seitz authored
The line is only need when running pytest form the root directory
-
- Aug 20, 2019
-
-
Martin Bauer authored
Pre-push hook See merge request !36
-
Martin Bauer authored
Remove main methods from tests (sorry for adding them) See merge request !37
-
Martin Bauer authored
Conftest: waLBerla, kerncraft See merge request !39
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Aug 19, 2019
-
-
Stephan Seitz authored
Sum and Product have a indexing variable which is a Atom but not a free symbol
-
Stephan Seitz authored
... or code will be executed when pytest is collecting the tests. I found out that I can use "-s" to convince vim-test to show me test output.
-
- Aug 18, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- Aug 16, 2019
-
-
Martin Bauer authored
- how could this not have been caught by the tests?!
-
Martin Bauer authored
- str(e) did work in previous pytest version - but the correct usage is str(e.value) - in newer pytest version the string for the e object is changed so the tests did not work any more
-
Martin Bauer authored
- numpy constants get directly their numpy type - integer functions check for integer types at construction
-
Martin Bauer authored
-
Martin Bauer authored
- for example: sqrt(cast_func(3, double)) previously printed "sqrt(3)" instead of "sqrt(3.0)" leading to errors in CUDA code
-
Martin Bauer authored
Add KernelFunction.fields_written See merge request !33
-
- Aug 15, 2019
-
-
Stephan Seitz authored
-
Martin Bauer authored
AES-NI Random Number Generator See merge request !30
-
Martin Bauer authored
Fix error message of CBackend for unsupported nodes See merge request !27
-
Martin Bauer authored
Bugfix: Readd __launch_bounds__ for dialect 'cuda' See merge request !32
-
- Aug 14, 2019
-
-
Stephan Seitz authored
-
Stephan Seitz authored
Bugfix: TypedSymbol.is_negative should not be implemented in terms of super().is_positive See merge request !31
-
Stephan Seitz authored
super().is_positive This can lead to surprising simplifications
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 13, 2019
-
-
Michael Kuron authored
-
Martin Bauer authored
Philox tests and clean up See merge request !28
-
Michael Kuron authored
-
Michael Kuron authored
-
- Aug 12, 2019
-
-
Stephan Seitz authored
-
Martin Bauer authored
-
- Aug 09, 2019
-
-
Martin Bauer authored
-
-
- Aug 08, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- allow AST nodes in assignment collection to e.g. put RNG nodes in LB method
-