HI,
I have a problem with trying to offload an array of pointers to Intel Phi.
I have tried a few options from your examples, but I have a few questions.
In all the examples shown the array subscripts are from 0:n even if the array
was declared as size n, eg: float * t[100] (0:99) in the offload pragma it is shown as offload in(t[0:100]).
is this right?
Another question is: on transferring 4,845,568 bytes, in the status return the in size is shown as 13,985,8021,538,504 this can't be correct?
I am using Windows 7 Ultimate with Visual Studio 2013, Parallel Studio XE 2015 and MPSS-3.3-windows
regards,
Phil Sharrock