![]() |
Reference documentation for deal.II version GIT 0b65fff18a 2023-09-27 19:30:02+00:00
|
Namespaces | |
internal | |
Classes | |
class | SparseMatrix |
class | PreconditionIC |
class | PreconditionILU |
class | SolverDirect |
class | FEEvaluation |
class | MatrixFree |
struct | SharedData |
struct | DataHost |
Variables | |
constexpr int | block_size = 512 |
constexpr int | chunk_size = 1 |
constexpr int | warp_size = 32 |
Namespace for the CUDA wrappers
|
constexpr |
Define the size of a block when launching a CUDA kernel. This number can be changed depending on the architecture the code is running on.
Definition at line 29 of file cuda_size.h.
|
constexpr |
Define the size of chunk of data worked on by a thread. This number can be changed depending on the architecture the code is running on.
Definition at line 35 of file cuda_size.h.
|
constexpr |
Define the number of threads in a warp.
Definition at line 40 of file cuda_size.h.