FK20 CUDA
|
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... | |
#define ITERATIONS 100000 |
Definition at line 8 of file frtest_fibonacci.cu.
__global__ void FrTestFibonacci | ( | testval_t * | ) |
Test addition and subtraction in Fr using a fibonacci sequence (chain dependency) from 1 to ITERATIONS and back.
Definition at line 16 of file frtest_fibonacci.cu.