- 17 Aug, 2021 1 commit
-
-
- 29 Jun, 2021 1 commit
-
-
- 05 Jan, 2021 1 commit
-
-
Markus Holzer authored
-
- 17 Dec, 2020 1 commit
-
-
also clean up some old leftovers nearby
-
- 10 Jun, 2020 1 commit
-
-
Dominik Thoennes authored
use cuda as a first level language in CMake with `enable_language(CUDA)` enable tests where cuda and codegen are both activated various minor fixes
-
- 18 May, 2020 1 commit
-
-
Dominik Thoennes authored
This new function does the actual generation using pystencils and creates a target library that can be used as a dependency as usual. One should not list the python script itself anymore in add_executable. Convention: Use the AppName as a prefix for the generated lib! Example Usage: waLBerla_generate_target_from_python( NAME AppNameGeneratedLib FILE GenerateKernel.py OUT_FILES Kernel.h Kernel.cpp) waLBerla_add_executable ( NAME AppNameGeneratedLibTest DEPENDS GeneratedLib)
-
- 26 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 27 Jun, 2019 1 commit
-
-
Martin Bauer authored
-
- 25 Jun, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 18 Jun, 2019 1 commit
-
-
Martin Bauer authored
- different stencils supported - mpi datatype communication: full vs. required pdfs only - adapted config file
-
- 14 Jun, 2019 1 commit
-
-
Martin Bauer authored
-
- 13 Jun, 2019 1 commit
-
-
Martin Bauer authored
-
- 05 Jun, 2019 1 commit
-
-
Martin Bauer authored
-
- 25 Apr, 2019 1 commit
-
-
- parameter files for UniformGridGPU benchmark - memcpy-based GPU PackInfo
-
- 24 Jan, 2019 1 commit
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- 22 Jan, 2019 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- LB on GPU, Uniform Grid Benchmark app - helper class to schedule tasks to multiple CUDA streams
-