#include <stdio.h>
#include <cuda.h>
#include <time.h>
#include "g1.cuh"
#include "fk20.cuh"
#include "parseFFTTest.h"
Go to the source code of this file.
◆ FFTTest()
◆ FFTTest_random()
◆ g1a_iszeroHost()
bool g1a_iszeroHost |
( |
const g1a_t & |
a | ) |
|
◆ g1p_fromG1aHost()
void g1p_fromG1aHost |
( |
g1p_t & |
p, |
|
|
const g1a_t & |
a |
|
) |
| |
◆ init()
◆ main()
◆ unpackffttest()
void unpackffttest |
( |
ffttest_t |
testInputs, |
|
|
int |
testIDX, |
|
|
g1p_t |
g1p_input[512] |
|
) |
| |
◆ g1p_expected
__managed__ g1p_t g1p_expected[512] |
◆ g1p_input
__managed__ g1p_t g1p_input[512] |
◆ g1p_output
__managed__ g1p_t g1p_output[512] |