Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
CUDALink >

CUDAMemoryCopyToDevice

CUDAMemoryCopyToDevice[mem]
force copies CUDAMemory from the CPU to the GPU.
  • The CUDALink application must be loaded using Needs.
First, load the CUDALink application:
This loads a Range list into CUDALink:
This gives information about the returned memory; notice how the is :
This forces a copy from the host memory (CPU) to the device memory (GPU):
This gives information about the returned memory; notice how both and are :
First, load the CUDALink application:
In[1]:=
Click for copyable input
This loads a Range list into CUDALink:
In[2]:=
Click for copyable input
Out[2]=
This gives information about the returned memory; notice how the is :
In[3]:=
Click for copyable input
Out[3]=
This forces a copy from the host memory (CPU) to the device memory (GPU):
In[4]:=
Click for copyable input
Out[4]=
This gives information about the returned memory; notice how both and are :
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF