FK20 CUDA
fptest_fibonacci.cu File Reference
#include "fp.cuh"
#include "fptest.cuh"
Include dependency graph for fptest_fibonacci.cu:

Go to the source code of this file.

Macros

#define ITERATIONS   100000
 

Functions

__global__ void FpTestFibonacci (testval_t *)
 Test addition and subtraction in Fp using a fibonacci sequence (chain dependency) from 1 to ITERATIONS and back. More...
 

Macro Definition Documentation

◆ ITERATIONS

#define ITERATIONS   100000

Definition at line 8 of file fptest_fibonacci.cu.

Function Documentation

◆ FpTestFibonacci()

__global__ void FpTestFibonacci ( testval_t )

Test addition and subtraction in Fp using a fibonacci sequence (chain dependency) from 1 to ITERATIONS and back.

Returns
void

Definition at line 16 of file fptest_fibonacci.cu.

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