FK20 CUDA
fk20test_kat.cu File Reference
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <cuda.h>
#include "g1.cuh"
#include "fk20.cuh"
#include "fk20test.cuh"
Include dependency graph for fk20test_kat.cu:

Go to the source code of this file.

Functions

__global__ void g1p_fft_verify ()
 
__global__ void g1p_ift_verify ()
 
__global__ void fr_fft_verify ()
 
__global__ void fr_ift_verify ()
 
__global__ void gen_roots ()
 
__global__ void g1p_fft_test ()
 
void FK20TimeKAT ()
 

Variables

__managed__ fr_t fr_input [512]
 
__managed__ fr_t fr_output [512]
 
__managed__ fr_t fr_correct [512]
 
__managed__ g1p_t g1p_input [512]
 
__managed__ g1p_t g1p_output [512]
 
__managed__ g1p_t g1p_correct [512]
 

Function Documentation

◆ FK20TimeKAT()

void FK20TimeKAT ( )

Definition at line 3543 of file fk20test_kat.cu.

Here is the call graph for this function:

◆ fr_fft_verify()

__global__ void fr_fft_verify ( )

Definition at line 3449 of file fk20test_kat.cu.

Here is the call graph for this function:

◆ fr_ift_verify()

__global__ void fr_ift_verify ( )

Definition at line 3470 of file fk20test_kat.cu.

Here is the call graph for this function:

◆ g1p_fft_test()

__global__ void g1p_fft_test ( )

Definition at line 3506 of file fk20test_kat.cu.

Here is the call graph for this function:

◆ g1p_fft_verify()

__global__ void g1p_fft_verify ( )

Definition at line 3371 of file fk20test_kat.cu.

Here is the call graph for this function:

◆ g1p_ift_verify()

__global__ void g1p_ift_verify ( )

Definition at line 3410 of file fk20test_kat.cu.

◆ gen_roots()

__global__ void gen_roots ( )

Definition at line 3495 of file fk20test_kat.cu.

Here is the call graph for this function:

Variable Documentation

◆ fr_correct

__managed__ fr_t fr_correct[512]

Definition at line 28 of file fk20test_kat.cu.

◆ fr_input

__managed__ fr_t fr_input[512]

Old version of the test, superseded by fk20test.cu

TODO: Marked for deletion

Definition at line 26 of file fk20test_kat.cu.

◆ fr_output

__managed__ fr_t fr_output[512]

Definition at line 27 of file fk20test_kat.cu.

◆ g1p_correct

__managed__ g1p_t g1p_correct[512]

Definition at line 1317 of file fk20test_kat.cu.

◆ g1p_input

__managed__ g1p_t g1p_input[512]

Definition at line 31 of file fk20test_kat.cu.

◆ g1p_output

__managed__ g1p_t g1p_output[512]

Definition at line 1316 of file fk20test_kat.cu.