OpenCLInformation[] gives all information about OpenCL platforms and devices on the system.OpenCLInformation[platform] gives information on OpenCL platform and about its ...
OpenCLMemoryAllocate[t, len] allocates a new one-dimensional list of type t returning OpenCLMemory.OpenCLMemoryAllocate[t, {d_1, d_2, ...}] allocates a new list of dimensions ...
OpenCLMemoryCopyToDevice[mem] force copies OpenCLMemory from the CPU to the GPU.
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
OpenCLMemoryGet[mem] gets OpenCLMemory into the CPU and Mathematica.
OpenCLMemoryInformation[mem] gives information on OpenCLMemory.
OpenCLMemoryLoad[list] loads list into OpenCLMemory manager, returning an OpenCLMemory.OpenCLMemoryLoad[list, type] loads list with specified type into OpenCLMemory manager, ...
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.
OpenCLMemoryUnload[mem_1, mem_2, ...] unloads OpenCLMemory from the OpenCLLink memory manager.
OpenCLMersenneTwister[n] generates n random reals using the Mersenne Twister algorithm.