Index of Public Functions and Variables in calx

This page has an alphabetical index of all the documented functions and variables in calx.
Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 acquire!                     function      calx               Acquires the buffer..
 available-cpu-devices        function      calx               Returns all available CPU devices..
 available-devices            function      calx               Returns all available devices..
 available-gpu-devices        function      calx               Returns all available GPU devices..
 available-platforms          function      calx               Returns a list of all available platforms..

B

 best-device                  function      calx               Returns the best available device..

C

 compile-program              function      calx               Compiles a OpenCL program, which contains 1 or mor...
 context                      function      calx               Returns the current context, or throws an exceptio...
 create-buffer                function      calx               Creates an OpenCL buffer.  'usage' may be one of [...
 create-context               function      calx               Creates a context which uses the specified devices...
 create-queue                 function      calx               Creates a queue..

D


E

 enqueue-barrier              function      calx               Ensures that all previously enqueued commands will...
 enqueue-copy                 function      calx               Enqueues a copy from a subset of the source onto t...
 enqueue-marker               function      calx               Returns an event which represents the progress of ...
 enqueue-overwrite            function      calx               Asynchronously copies a buffer from local memory o...
 enqueue-read                 function      calx               Asynchronously copies a subset of the buffer into ...
 enqueue-wait-for             function      calx               Enqueues a barrier which will halt execution until...

F

 finish                       function      calx               Halt execution until all enqueued operations are c...
 from-buffer                  function      calx               Pulls out mixed datatypes from a ByteBuffer, per '...

G


H


I


J


K


L


M

 mimic                        function      calx               Create a different buffer of the same type. 'eleme...

N


O


P

 platform                     function      calx               Returns the current platform, or throws an excepti...
 program                      function      calx               Returns the current program, or throws an exceptio...

Q

 queue                        function      calx               Returns the current queue, or throws an exception ...

R

 release!                     function      calx               Releases the buffer..

S

 status                       function      calx               Returns the status of the event..

T

 to-buffer                    function      calx               Fills a ByteBuffer with a contiguous mixed datatyp...

U


V

 version                      function      calx               Returns the version of the OpenCL implementation..

W

 wait-for                     function      calx               Halt execution until all events are complete..
 with-cl                      macro         calx               Executes the inner scope inside a context using th...
 with-context                 macro         calx               Defines the context within the inner scope..
 with-cpu                     macro         calx               Executes the inner scope inside a context using th...
 with-devices                 macro         calx               Defines the devices within the inner scope.  Creat...
 with-gpu                     macro         calx               Executes the inner scope inside a context using th...
 with-platform                macro         calx               Defines the platform within the inner scope..
 with-queue                   macro         calx               Executes inner scope within the queue..
 with-queue-and-wait          macro         calx               Executes inner scope within the queue, and waits f...
 wrap                         function      calx               Copies a sequence into an OpenCL buffer.  Type is ...

X


Y


Z


Other


Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.