Simple CUDA kernel for demonstrating Matlab GPU capabilities. More...
Go to the source code of this file.
Functions | |
| __global__ void | myfun (float *z, const float *x, const float *y, int n, int m) |
Simple CUDA kernel for demonstrating Matlab GPU capabilities.
Definition in file myfun.cu.
1.8.4