#include "fr.cuh"
#include "frtest.cuh"
Go to the source code of this file.
|
void | init () |
| initialize test values More...
|
|
int | main (int argc, char **argv) |
| Self test of the functions over Fr. More...
|
|
◆ TEST
Value: start = clock(); \
err = cudaDeviceSynchronize(); \
end = clock(); \
if (err != cudaSuccess) printf("Error %d\n", err); \
printf(" (%.2f s)\n", (end - start) * (1.0 / CLOCKS_PER_SEC));
__managed__ testval_t testval[TESTVALS]
Definition at line 77 of file frtest.cu.
◆ init()
initialize test values
Definition at line 16 of file frtest.cu.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Self test of the functions over Fr.
- Parameters
-
- Returns
- int
Definition at line 94 of file frtest.cu.
◆ testval