FK20 CUDA
fk20test_poly2toeplitz_coefficients.cu File Reference
#include "fr.cuh"
#include "fp.cuh"
#include "g1.cuh"
#include "fk20.cuh"
#include "fk20test.cuh"
Include dependency graph for fk20test_poly2toeplitz_coefficients.cu:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Tests only fk20_poly2toeplitz_coefficients, five successive times. This testing is to catch a condition in which uninitialized memory caused a false positive. More...
 

Variables

__managed__ fr_t polynomial [512 *4096]
 
__managed__ fr_t toeplitz_coefficients [512 *16][512]
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Tests only fk20_poly2toeplitz_coefficients, five successive times. This testing is to catch a condition in which uninitialized memory caused a false positive.

DEPRECATED: This test is covered by fk20_512test.cu

Parameters
argcCommand line argument cont
argvCommand line argument values
Returns
int 0

Definition at line 35 of file fk20test_poly2toeplitz_coefficients.cu.

Here is the call graph for this function:

Variable Documentation

◆ polynomial

__managed__ fr_t polynomial[512 *4096]
extern

Managed arrays to hold the valid intermediate values generated by the verified python implementation of FK20. Used by the test functions.

AVOID MANUAL EDIT Instead use the instrumented python code.

Definition at line 16 of file fk20_testvector.cu.

◆ toeplitz_coefficients

__managed__ fr_t toeplitz_coefficients[512 *16][512]
extern

Definition at line 65598 of file fk20_testvector.cu.