Hi,
I was hoping to use C++ AMP, however I am having trouble defining the rank of multidimensional arrays dynamically.
i.e. i need to define extent<N>, array_view<float, N> etc... where N is not known at compile time.
Is this possible, or do I have to use OpenCL or CUDA?
Many thanks.