Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)

OpenCLMemory


is a handle to memory registered with the OpenCLLink memory manager.
  • The OpenCLLink application must be loaded using Needs .
  • Valid types are:
Integer Real Complex
"Byte" "Bit16" "Integer"
"Byte[2]" "Bit16[2]" "Integer32[2]"
"Byte[4]" "Bit16[4]" "Integer32[4]"
"Byte[8]" "Bit16[8]" "Integer32[8]"
"Byte[16]" "Bit16[16]" "Integer32[16]"
"UnsignedByte" "UnsignedBit16" "Float"
"UnsignedByte[2]" "UnsignedBit16[2]" "Float[2]"
"UnsignedByte[4]" "UnsignedBit16[4]" "Float[4]"
"UnsignedByte[8]" "UnsignedBit16[8]" "Float[8]"
"UnsignedByte[16]" "UnsignedBit16[16]" "Float[16]"
"Double" "Double[2]" "Double[4]"
"Double[8]" "Double[16]"
(1)
First, load the OpenCLLink application:
This registers the list ConstantArray with the OpenCLLink memory manager, returning an handle:
This allocates memory and registers it with the OpenCLLink memory manager:
This returns information on the memory allocated:
First, load the OpenCLLink application:
This registers the list ConstantArray with the OpenCLLink memory manager, returning an handle:
Out[2]=
This allocates memory and registers it with the OpenCLLink memory manager:
Out[3]=
This returns information on the memory allocated:
Out[4]=


ja zh

AltStyle によって変換されたページ (->オリジナル) /