CUDAMemoryUnload[mem 1, mem 2, ...] unloads CUDAMemory from the CUDALink memory manager.
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...
CUDAQ[] returns True if a CUDA-capable device is available and False otherwise.
CUDAResourcesInformation[] gives information on installed CUDAResources paclets.
CUDAResourcesInstall[] installs the CUDAResources paclet from the Wolfram Data Paclet server.CUDAResourcesInstall[pth] installs the CUDAResources paclet from the paclet file.
CUDAResourcesUninstall[] uninstalls the CUDAResources paclet.
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
CUDAVolumetricDataRead[file, height, depth] reads volumetric data stored in file with specified height and depth.