PRODUCTS
Products Overview
Mathematica
Mathematica Student Edition
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Mathematica
Documentation
Knowledge Base
Learning Center
Technical Services
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News
Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
OpenCLLink
>
OPENCLLINK SYMBOL
OpenCLLink User Guide
OpenCLLink Programming Guide
CUDALink Memory Guide
Tutorials »
|
OpenCLMemoryCopyToHost
OpenCLMemoryLoad
OpenCLMemoryAllocate
OpenCLMemoryGet
OpenCLMemoryUnload
See Also »
|
OpenCLLink
More About »
OpenCLMemoryCopyToDevice
OpenCLMemoryCopyToDevice[
mem
]
force copies
OpenCLMemory
from the CPU to the GPU.
MORE INFORMATION
The
OpenCLLink
application must be loaded using
Needs
.
OpenCLMemory
is returned by
OpenCLMemoryLoad
or
OpenCLMemoryAllocate
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
First, load the
OpenCLLink
application:
This loads the
Range
list into
OpenCLLink
:
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
OpenCLLink
application:
In[1]:=
This loads the
Range
list into
OpenCLLink
:
In[2]:=
Out[2]=
This gives information about the returned memory. Notice how the
is
:
In[3]:=
Out[3]=
This forces a copy from the host memory (CPU) to the device memory (GPU):
In[4]:=
Out[4]=
This gives information about the returned memory. Notice how both
and
are
:
In[5]:=
Out[5]=
SEE ALSO
OpenCLMemoryCopyToHost
OpenCLMemoryLoad
OpenCLMemoryAllocate
OpenCLMemoryGet
OpenCLMemoryUnload
TUTORIALS
OpenCLLink
User Guide
OpenCLLink
Programming Guide
MORE ABOUT
OpenCLLink
RELATED LINKS
CUDALink
Memory Guide