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

Go to the source code of this file.

Macros

#define ITERATIONS   100000
 

Functions

__global__ void FrTestFibonacci (testval_t *)
 Test addition and subtraction in Fr 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 frtest_fibonacci.cu.

Function Documentation

◆ FrTestFibonacci()

__global__ void FrTestFibonacci ( testval_t )

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

Returns
void

Definition at line 16 of file frtest_fibonacci.cu.

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