occa icon indicating copy to clipboard operation
occa copied to clipboard

[Kernel Arguments] Array of pointers

Open camierjs opened this issue 7 years ago • 1 comments

Being able to retrieve the addresses on the device side for an array of them would be useful.

camierjs avatar Feb 27 '18 00:02 camierjs

I'll try to find out if we can unpack structs, for example:

struct structOfArrays {
  occa::memory a,
  double      *b,
  int          c,
  myClass      d
};

dmed256 avatar Feb 27 '18 00:02 dmed256