[compute] extending meta_kernel functionality
20 Sep
2016
20 Sep
'16
9:43 a.m.
Hi,
I am trying to use boost.compute to extend my linear algebra library to
GPUs. so far it helped me a lot with vectors as i can directly use the
iterator interface. Matrices are harder.
for matrices i need to overload the operator
matrix(i,j)-> return the element (i,j).
For this i have to return an expression which then offers operator<<
with meta_kernel, for example
template
2989
Age (days ago)
2989
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oswin Krause