FK20 CUDA
|
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] |
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
argc | Command line argument cont |
argv | Command line argument values |
Definition at line 35 of file fk20test_poly2toeplitz_coefficients.cu.
|
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.
|
extern |
Definition at line 65598 of file fk20_testvector.cu.