occa
occa copied to clipboard
[Kernel Arguments] Array of pointers
Being able to retrieve the addresses on the device side for an array of them would be useful.
I'll try to find out if we can unpack structs, for example:
struct structOfArrays {
occa::memory a,
double *b,
int c,
myClass d
};