- Jan 05, 2021
-
-
Markus Holzer authored
-
- Dec 17, 2020
-
-
also clean up some old leftovers nearby
-
- Jun 10, 2020
-
-
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
-
- May 18, 2020
-
-
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)
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
- Jun 27, 2019
-
-
Martin Bauer authored
-
- Jun 25, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jun 18, 2019
-
-
Martin Bauer authored
- different stencils supported - mpi datatype communication: full vs. required pdfs only - adapted config file
-
- Jun 14, 2019
-
-
Martin Bauer authored
-
- Jun 13, 2019
-
-
Martin Bauer authored
-
- Jun 05, 2019
-
-
Martin Bauer authored
-
- Apr 25, 2019
-
-
- parameter files for UniformGridGPU benchmark - memcpy-based GPU PackInfo
-
- Jan 24, 2019
-
-
Martin Bauer authored
- information from CMake to codegen: double/float, OpenMP, ...
-
- Jan 22, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
- LB on GPU, Uniform Grid Benchmark app - helper class to schedule tasks to multiple CUDA streams
-