PRODUCTS
Products Overview
Mathematica
Mathematica for Students
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
Knowledge Base
Learning Center
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
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
OpenCLLink
>
OPENCLLINK SYMBOL
OpenCLLink User Guide
OpenCLLink Programming Guide
CUDALink Memory Guide
Tutorials »
|
OpenCLMemory
OpenCLMemoryLoad
OpenCLMemoryAllocate
OpenCLMemoryInformation
See Also »
|
OpenCLLink
More About »
OpenCLMemoryUnload
unloads
OpenCLMemory
from the
OpenCLLink
memory manager.
MORE INFORMATION
The
OpenCLLink
application must be loaded using
Needs
.
OpenCLMemory
is returned by
OpenCLMemoryLoad
or
OpenCLMemoryAllocate
.
returns
Null
when successful.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
First, load the
OpenCLLink
application:
This registers the list
ConstantArray
with the
OpenCLLink
memory manager, returning an
OpenCLMemory
handle:
This unloads the memory registered:
First, load the
OpenCLLink
application:
In[1]:=
This registers the list
ConstantArray
with the
OpenCLLink
memory manager, returning an
OpenCLMemory
handle:
In[2]:=
Out[2]=
This unloads the memory registered:
In[3]:=
Possible Issues
(1)
Performing actions on unloaded memory will return an error:
This unloads the memory registered:
This tries to find information about unloaded memory using
OpenCLMemoryInformation
:
SEE ALSO
OpenCLMemory
OpenCLMemoryLoad
OpenCLMemoryAllocate
OpenCLMemoryInformation
TUTORIALS
OpenCLLink
User Guide
OpenCLLink
Programming Guide
MORE ABOUT
OpenCLLink
RELATED LINKS
CUDALink
Memory Guide