cuda.contexts vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
clean-up-context-destructor alien-destructor
destroy-context-destructor alien-destructor


Ordinary words
WordStack effect
&clean-up-context( alien -- alien )
&destroy-context( alien -- alien )
(with-cuda-context)( context quot -- )
<clean-up-context-destructor>( alien -- destructor )
<destroy-context-destructor>( alien -- destructor )
clean-up-context( context -- )
context-device( -- n )
create-context( device flags -- context )
destroy-context( context -- )
set-up-cuda-context( -- )
sync-context( -- )
with-cuda-context( device flags quot -- )
|clean-up-context( alien -- alien )
|destroy-context( alien -- alien )


Class predicate words
WordStack effect
clean-up-context-destructor?( object -- ? )
destroy-context-destructor?( object -- ? )


Files