CUDAArgMaxList[list] gives the index of the maximum element in list.
CUDAArgMinList[list] gives the index of the minimum element in list.
CUDAFunctionInformation[fun] returns information about a CUDAFunction.
CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
CUDAMemory[args] is a handle to memory loaded using CUDAMemoryLoad or CUDAMemoryAllocate.
SymbolicCUDABlockDimension[dim] is a symbolic representation of a CUDA kernel block dimension call.
SymbolicCUDABlockIndex[dim] is a symbolic representation of a CUDA kernel block index call.
SymbolicCUDACalculateKernelIndex[dim] is a symbolic representation of a CUDA kernel index calculation.
SymbolicCUDADeclareIndexBlock[dim] is a symbolic representation of a CUDA kernel index declaration.
SymbolicCUDAKernelIndex[dim] is a symbolic representation of a CUDA kernel index call.