FK20 CUDA
fk20test_fft_rand.cu File Reference
#include <stdio.h>
#include <unistd.h>
#include "g1.cuh"
#include "fk20test.cuh"
#include "fk20.cuh"
Include dependency graph for fk20test_fft_rand.cu:

Go to the source code of this file.

Macros

#define readAndCheck(var)
 

Functions

void FK20TestFFTRand (FILE *inputStream)
 

Macro Definition Documentation

◆ readAndCheck

#define readAndCheck (   var)
Value:
do{ \
elementsRead = fread(var, 1, sizeof(var), inputStream); \
if(elementsRead != sizeof(var)){ \
printf("NONFATAL: Unbale to read test vectors, aborting\n"); \
return; \
} else { \
printf(" Read in " #var " %ld Bytes\n", elementsRead); \
} \
}while(0)

Definition at line 30 of file fk20test_fft_rand.cu.

Function Documentation

◆ FK20TestFFTRand()

void FK20TestFFTRand ( FILE *  inputStream)

Definition at line 40 of file fk20test_fft_rand.cu.