FK20 CUDA
fftTest.cu File Reference
#include <stdio.h>
#include <cuda.h>
#include <time.h>
#include "g1.cuh"
#include "fk20.cuh"
#include "parseFFTTest.h"
Include dependency graph for fftTest.cu:

Go to the source code of this file.

Functions

bool g1a_iszeroHost (const g1a_t &a)
 
void g1p_fromG1aHost (g1p_t &p, const g1a_t &a)
 
void unpackffttest (ffttest_t testInputs, int testIDX, g1p_t g1p_input[512])
 
void FFTTest_random ()
 
void FFTTest ()
 
void init ()
 
int main ()
 

Variables

__managed__ g1p_t g1p_input [512]
 
__managed__ g1p_t g1p_output [512]
 
__managed__ g1p_t g1p_expected [512]
 

Function Documentation

◆ FFTTest()

void FFTTest ( )

Definition at line 60 of file fftTest.cu.

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

◆ FFTTest_random()

void FFTTest_random ( )

Definition at line 55 of file fftTest.cu.

◆ g1a_iszeroHost()

bool g1a_iszeroHost ( const g1a_t a)

Definition at line 15 of file fftTest.cu.

◆ g1p_fromG1aHost()

void g1p_fromG1aHost ( g1p_t p,
const g1a_t a 
)

Definition at line 20 of file fftTest.cu.

Here is the caller graph for this function:

◆ init()

void init ( )

Definition at line 113 of file fftTest.cu.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 117 of file fftTest.cu.

Here is the call graph for this function:

◆ unpackffttest()

void unpackffttest ( ffttest_t  testInputs,
int  testIDX,
g1p_t  g1p_input[512] 
)

Definition at line 31 of file fftTest.cu.

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

Variable Documentation

◆ g1p_expected

__managed__ g1p_t g1p_expected[512]

Definition at line 13 of file fftTest.cu.

◆ g1p_input

__managed__ g1p_t g1p_input[512]

Definition at line 13 of file fftTest.cu.

◆ g1p_output

__managed__ g1p_t g1p_output[512]

Definition at line 13 of file fftTest.cu.