cuda.memory vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
cuda-free-destructor alien-destructor


Ordinary words
WordStack effect
&cuda-free( alien -- alien )
<cuda-free-destructor>( alien -- destructor )
cuda-free( ptr -- )
cuda-malloc( n -- ptr )
cuda-malloc-type( n type -- ptr )
device>host( ptr len -- byte-array )
host>device( data -- ptr )
memcpy-array>array( dest-array dest-index src-array src-ptr count -- )
memcpy-array>device( dest-ptr src-array src-index count -- )
memcpy-array>host( dest-ptr src-array src-index count -- )
memcpy-device>array( dest-array dest-index src-ptr count -- )
memcpy-device>device( dest-ptr src-ptr count -- )
memcpy-device>host( dest-ptr src-ptr count -- )
memcpy-host>array( dest-array dest-index src-ptr count -- )
memcpy-host>device( dest-ptr src-ptr count -- )
|cuda-free( alien -- alien )


Class predicate words
WordStack effect
cuda-free-destructor?( object -- ? )


Files


Metadata files