FK20 CUDA
|
Go to the source code of this file.
Macros | |
#define | ITER 5 |
Functions | |
__global__ void | FrTestAddSub (testval_t *testval) |
Test for the fr_addsub kernel. More... | |
#define ITER 5 |
Definition at line 8 of file frtest_addsub.cu.
__global__ void FrTestAddSub | ( | testval_t * | testval | ) |
Test for the fr_addsub kernel.
Tests using the following properties:
f(x,y) = (x+y,x-y) f(f(x,y)) = (2x, 2y)
testval |
Definition at line 21 of file frtest_addsub.cu.