Hi,
Hopefully this isn't a particularly dumb question...
But, how can I use an array of array_view (or just amp arrays) in a p_f_e block?
My algorithm (in a nutshell) has a sequence of operations passed using an array, and the sequence is made up of do operation N with array A and array B, store result in array C. I would like to pass the arrays as something like: array_view<float,2>* MyArrayOfImages, but AMP doesn't seem to like this.
I've tried using a higher-dimensional array, but my requirements overrun the maximum length of a single array allocation.
Any thoughts?
cheers,
Simon