1#ifndef PSCF_THREAD_ARRAY_H
2#define PSCF_THREAD_ARRAY_H
11namespace ThreadArray {
File containing preprocessor macros for error handling.
void checkExecutionConfig()
Check the execution configuration (threads and block counts).
int warpSize()
Get the warp size.
void init()
Initialize static variables in Pscf::ThreadArray namespace.
void setThreadsLogical(int nThreadsLogical)
Given total number of threads, set 1D execution configuration.
int nThreads()
Get the number of threads per block for execution.
int nThreadsLogical()
Return previously requested total number of threads.
bool hasUnusedThreads()
Indicates whether there will be unused threads.
void setThreadsPerBlock()
Set the number of threads per block to a default value.
int nBlocks()
Get the current number of blocks for execution.
PSCF package top-level namespace.