Reference documentation for deal.II version 9.1.0-pre
Classes | Variables
CUDAWrappers Namespace Reference

Classes

class  FEEvaluation
 
class  MatrixFree
 
class  SolverDirect
 
class  SparseMatrix
 

Variables

constexpr int block_size = 512
 
constexpr int chunk_size = 8
 

Detailed Description

Namespace for the CUDA wrappers

Variable Documentation

constexpr int CUDAWrappers::block_size = 512

Define the size of a block when launching a CUDA kernel.

Definition at line 28 of file cuda_size.h.

constexpr int CUDAWrappers::chunk_size = 8

Define the size of chunk of data worked on by a thread.

Definition at line 33 of file cuda_size.h.