openGPMP
Open Source Mathematics Package
|
#include <iostream>
#include <math.h>
Go to the source code of this file.
Functions | |
__global__ void | add (int n, float *x, float *y) |
int | main (void) |
__global__ void add | ( | int | n, |
float * | x, | ||
float * | y | ||
) |
Definition at line 4 of file _gpu_mtx_add.cu.
int main | ( | void | ) |