- 11 Oct, 2019 2 commits
-
-
Stephan Seitz authored
-
Stephan Seitz authored
-
- 26 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 23 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 12 Sep, 2019 1 commit
-
-
Stephan Seitz authored
-
- 30 Jul, 2019 1 commit
-
-
Michael Kuron authored
-
- 18 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 15 Jul, 2019 1 commit
-
-
Stephan Seitz authored
-
- 11 Jul, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 29 Mar, 2019 1 commit
-
-
Julian Hammer 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
-
- 26 Feb, 2019 1 commit
-
-
Martin Bauer authored
- counter-based philox RNG: counter/key is filled with cell coordinate and optional external parameters like block position and time step - works on CPU and GPU - on CPU only for non-vectorized versions - introduced more flexible "CustomCodeNode" that can inject backend-specific hand-written code
-
- 18 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 07 Dec, 2018 1 commit
-
-
Martin Bauer authored
-
- 14 Nov, 2018 2 commits
-
-
Martin Bauer authored
-
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
-
- 29 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 25 Jul, 2018 1 commit
-
-
Martin Bauer authored
-
- 20 Jun, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- defined ordering of headers - lbm split kernels produced different ordering of assignments due to usage of a set
-
- 15 Jun, 2018 1 commit
-
-
Martin Bauer authored
- new time loop caches all kernel functions with their argument dict -> inner loop just calls C functions with cached kwargs
-
- 14 Jun, 2018 2 commits
-
-
Martin Bauer authored
- not generic enough - does not work if there a multiple blocks
-
Martin Bauer authored
-
- 13 Jun, 2018 1 commit
-
-
Martin Bauer authored
-
- 12 Jun, 2018 1 commit
-
-
Martin Bauer authored
-
- 07 Jun, 2018 1 commit
-
-
Martin Bauer authored
- better latex display for indirect accesses - new field type 'custom': only custom fields can be accessed indirectly no static bounds check possible for custom fields
-
- 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
-
- 30 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 28 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 20 Apr, 2018 1 commit
-
-
Martin Bauer authored
- when running multiple pystencils instances, sometimes errors happened because one process might have partially written a cached file, which is already read before writing was finished -> switched to "atomic write" (only on linux yet) that uses os.rename which is guaranteed to be atomic
-
- 13 Apr, 2018 1 commit
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- 10 Apr, 2018 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-
Martin Bauer authored
-
- 06 Feb, 2018 2 commits
-
-
Martin Bauer authored
- previously all objects where cached by id() - for waLBerla simulations in each time step a new np.array view is created from the waLBerla field. Each of these views has a different id -> caching did not work for waLBerla setups - changed hash for numpy arrays: instead of id, a tuple of (dataPtr, strides, shapes) is used as hash input
-
Martin Bauer authored
- scaling interface width eta instead of surface tensions tau to correct interface profile & surface tensions
-
- 31 Jan, 2018 1 commit
-
-
Martin Bauer authored
-