issues
search
rainwoodman
/
vast
vala and scientific numerical computation
11
stars
1
forks
source link
Provide basic APIs for manipulating dense array in OpenCL kernels
#42
Open
arteymix
opened
7 years ago
arteymix
commented
7 years ago
Stuff to do:
[ ] fully working test case
[ ] minimal API for manipulating dense arrays from OpenCL C
[ ] integration with
Vast.Network.Operation
to call an OpenCL kernel and build graph with it
[ ] maybe a
GoclGraphExecutor
that would allocate buffers and evaluate the graph by chaining kernels on the GPU
Stuff to do:
Vast.Network.Operation
to call an OpenCL kernel and build graph with itGoclGraphExecutor
that would allocate buffers and evaluate the graph by chaining kernels on the GPU