Simple example of a kernel to add two vectors elementwise. More...
#include "../include/mycuda.h"Go to the source code of this file.
Functions | |
| __global__ void | vecAdd (float *z, float a, float *x, float b, float *y, int n) |
| Kernel to add two vectors elementwise. More... | |
| int | main () |
Simple example of a kernel to add two vectors elementwise.
Definition in file vecAdd.cu.
1.8.4