1#ifndef PSCF_THREADMESH_H
2#define PSCF_THREADMESH_H
12#include <pscf/math/IntVec.h>
13#include <vector_types.h>
File containing preprocessor macros for error handling.
int warpSize()
Get the warp size.
void setConfig(IntVec< D > const &meshDims, bool invert, int blockSize)
Given a multidimensional grid of threads, set execution configuration.
void checkConfig()
Check the execution configuration (grid and block dimensions).
bool hasUnusedThreads()
Will there be unused threads?
dim3 gridDims()
Get the multidimensional grid of blocks determined by setConfig.
dim3 meshDims()
Return last requested multidimensional grid of threads.
dim3 blockDims()
Get the dimensions of a single block determined by setConfig.
void setThreadsPerBlock(int blockSize)
Manually set the block size that should be used by default.
PSCF package top-level namespace.