FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FrTestCommutativeMul (testval_t *testval) |
Test of the commutative property of multiplication x*y == y*x. More... | |
__global__ void | FrTestAssociativeMul (testval_t *testval) |
Test of the associative property of multiplication (x*y)*z == x*(y*z) More... | |
__global__ void FrTestAssociativeMul | ( | testval_t * | testval | ) |
Test of the associative property of multiplication (x*y)*z == x*(y*z)
testval |
Definition at line 56 of file frtest_mul.cu.
__global__ void FrTestCommutativeMul | ( | testval_t * | testval | ) |
Test of the commutative property of multiplication x*y == y*x.
testval |
Definition at line 15 of file frtest_mul.cu.