Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.
CUDADriverVersion[] gives the version of the installed NVIDIA driver.
CUDAMemoryInformation[mem] gives information on CUDAMemory.
CUDAMemoryUnload[mem 1, mem 2, ...] unloads CUDAMemory from the CUDALink memory manager.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
OpenCLMemoryInformation[mem] gives information on OpenCLMemory.
SymbolicOpenCLBlockDimension[dim] is a symbolic representation of an OpenCL kernel block dimension call.
SymbolicOpenCLBlockIndex[dim] is a symbolic representation of an OpenCL kernel block index call.
SymbolicOpenCLKernelIndex[dim] is a symbolic representation of an OpenCL kernel index call.