Reference documentation for deal.II version 9.6.1
 
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
LinearAlgebra::CUDAWrappers Namespace Reference

Namespaces

namespace  kernel
 

Classes

class  Vector
 

Functions

float atomicMax_wrapper (float *address, float val)
 
double atomicMax_wrapper (double *address, double val)
 

Variables

constexpr int block_size
 
constexpr int chunk_size
 

Detailed Description

A Namespace for the CUDA vectors.

Variable Documentation

◆ block_size

int CUDAWrappers::block_size
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 28 of file cuda_size.h.

◆ chunk_size

int CUDAWrappers::chunk_size
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 34 of file cuda_size.h.