|
SOLUTIONS
|
CUDALINK SYMBOL
CUDAMemoryUnload
unloads CUDAMemory from the CUDALink memory manager.
DetailsDetails
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDAMemory is returned by CUDAMemoryLoad or CUDAMemoryAllocate.
returns Null on success.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
First, load the CUDALink application:
| In[1]:= |
This loads the list into CUDALink:
| In[2]:= |
| Out[2]= |
This unloads CUDAMemory:
| In[3]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
