arrayfire-dotnet icon indicating copy to clipboard operation
arrayfire-dotnet copied to clipboard

af_index_t

Open shanedidona opened this issue 4 years ago • 3 comments

The struct af_index_t is not yet present in the ArrayFire wrapper. The use of C-style unions has confused our efforts to add this. Right now we are exploring shucking data back and forth between the CPU and GPU to emulate this functionality but this not as fast as using methods/structs which keep data on the GPU.

shanedidona avatar Apr 22 '20 17:04 shanedidona