void mexFunction( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[])
{
extent<2> e(m, n);
array_view<const float, 2> GPUmatrix(e,prhs[])
.
.
.
.
}
matlabでC++AMPを使って、GPUのメモリにアクセスしたい
SP と DP の compute_process を備えた radeon GPU があり、コンピューティング アルゴリズムで GPU のみを使用したいと考えています。??? CPUメモリへのアクセスを避けるため。