New in Wolfram
Mathematica
8: CUDA and OpenCL Support
◄
previous
|
next
►
Software Development
Get Information on GPU Memory
You can get information about memory that has been loaded on the GPU with CUDA or OpenCL.
In[1]:=
X
Needs["CUDALink`"] mem = CUDAMemoryLoad[GaussianMatrix[10]]; CUDAMemoryInformation[mem]
Out[1]=