Menu

#103 Using arrays of .NET by-ref objects on device

open
nobody
5
2012-10-05
2012-10-05
No

Currently, only arrays containing by-value types (structs and simple types) can be used on device.

This feature is about using arrays of by-ref objects on device, including .NET/NUDA arrays. This will allow for complex nested data structures device-side.

Discussion