FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FrTestCommutativeAdd (testval_t *testval) |
Test the cumulative property of addition. More... | |
__global__ void | FrTestAssociativeAdd (testval_t *testval) |
Test the associative property of addition. More... | |
__global__ void FrTestAssociativeAdd | ( | testval_t * | testval | ) |
Test the associative property of addition.
(x+y)+z == x+(y+z)
testval |
Definition at line 58 of file frtest_add.cu.
__global__ void FrTestCommutativeAdd | ( | testval_t * | testval | ) |
Test the cumulative property of addition.
x+y == y+x
testval |
Definition at line 16 of file frtest_add.cu.