- 21 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
The line is only need when running pytest form the root directory
-
- 20 Aug, 2019 5 commits
-
-
Martin Bauer authored
Pre-push hook See merge request pycodegen/pystencils!36
-
Martin Bauer authored
Remove main methods from tests (sorry for adding them) See merge request pycodegen/pystencils!37
-
Martin Bauer authored
Conftest: waLBerla, kerncraft See merge request pycodegen/pystencils!39
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 19 Aug, 2019 1 commit
-
-
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.
-
- 18 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 16 Aug, 2019 6 commits
-
-
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 pycodegen/pystencils!33
-
- 15 Aug, 2019 4 commits
-
-
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 pycodegen/pystencils!27
-
Martin Bauer authored
Bugfix: Readd __launch_bounds__ for dialect 'cuda' See merge request pycodegen/pystencils!32
-
- 14 Aug, 2019 5 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
Bugfix: TypedSymbol.is_negative should not be implemented in terms of super().is_positive See merge request pycodegen/pystencils!31
-
Stephan Seitz authored
super().is_positive This can lead to surprising simplifications
-
Michael Kuron authored
-
Michael Kuron authored
-
- 13 Aug, 2019 4 commits
-
-
Michael Kuron authored
-
Martin Bauer authored
Philox tests and clean up See merge request pycodegen/pystencils!28
-
Michael Kuron authored
-
Michael Kuron authored
-
- 12 Aug, 2019 2 commits
-
-
Stephan Seitz authored
-
Martin Bauer authored
-
- 09 Aug, 2019 2 commits
-
-
Martin Bauer authored
-
-
- 08 Aug, 2019 4 commits
-
-
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 pycodegen/pystencils!24
-
- 07 Aug, 2019 1 commit
-
-
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 ```
-
- 06 Aug, 2019 2 commits
-
-
Martin Bauer authored
Make generate_c also work if astnode does not have member `instruction_set` See merge request pycodegen/pystencils!25
-
Martin Bauer authored
Add RELEASE-VERSION to .gitignore See merge request pycodegen/pystencils!21
-