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

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

Function Documentation

◆ FrTestAssociativeAdd()

__global__ void FrTestAssociativeAdd ( testval_t testval)

Test the associative property of addition.

(x+y)+z == x+(y+z)

Parameters
testval
Returns
void

Definition at line 58 of file frtest_add.cu.

Here is the caller graph for this function:

◆ FrTestCommutativeAdd()

__global__ void FrTestCommutativeAdd ( testval_t testval)

Test the cumulative property of addition.

x+y == y+x

Parameters
testval
Returns
void

Definition at line 16 of file frtest_add.cu.

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