- Aug 21, 2019
-
-
Martin Bauer authored
Contest: ignore two more files if waLBerla is not available See merge request !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
... 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 pycodegen/pystencils!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
-
Martin Bauer authored
-
Martin Bauer authored
Remove deprecation warning ('cachedir' parameter has been deprecated) See merge request !24
-
- Aug 07, 2019
-
-
Stephan Seitz authored
Warning was: ``` /localhome/seitz_local/projects/pystencils/pystencils/cache.py:15: DeprecationWarning: The 'cachedir' parameter has been deprecated in version 0.12 and will be removed in version 0.14. You provided "cachedir='/localhome/seitz_local/.cache/pystencils'", use "location='/localhome/seitz_local/.cache/pystencils'" instead. disk_cache = Memory(cachedir=cache_dir, verbose=False).cache ```
-
- Aug 06, 2019
-
-
Martin Bauer authored
Make generate_c also work if astnode does not have member `instruction_set` See merge request !25
-