#include <stdio.h>
#include <unistd.h>
#include "g1.cuh"
#include "fk20test.cuh"
#include "fk20.cuh"
Go to the source code of this file.
◆ 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.
◆ FK20TestFFTRand()
void FK20TestFFTRand |
( |
FILE * |
inputStream | ) |
|