FK20 CUDA
frtest_mul.cu File Reference
#include "fr.cuh"
#include "frtest.cuh"
Include dependency graph for frtest_mul.cu:

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...
 

Function Documentation

◆ FrTestAssociativeMul()

__global__ void FrTestAssociativeMul ( testval_t testval)

Test of the associative property of multiplication (x*y)*z == x*(y*z)

Parameters
testval
Returns
void

Definition at line 56 of file frtest_mul.cu.

Here is the caller graph for this function:

◆ FrTestCommutativeMul()

__global__ void FrTestCommutativeMul ( testval_t testval)

Test of the commutative property of multiplication x*y == y*x.

Parameters
testval
Returns
void

Definition at line 15 of file frtest_mul.cu.

Here is the call graph for this function:
Here is the caller graph for this function: