FK20 CUDA
fptest_kat.cu File Reference
#include "fp.cuh"
#include "fptest.cuh"
Include dependency graph for fptest_kat.cu:

Go to the source code of this file.

Functions

__global__ void FpTestKAT (testval_t *)
 Test for fp functions using KAT. More...
 

Function Documentation

◆ FpTestKAT()

__global__ void FpTestKAT ( testval_t )

Test for fp functions using KAT.

Tests: fp_copy, fp_reduce6, fp_eq, fp_neq, fp_neg, fp_x2, fp_x3, fp_add, fp_sub, fp_sqr, fp_mul, fp_inv.

This function also uses a mandelbrot iteration to test squaring and addition.

Returns
void

Definition at line 18 of file fptest_kat.cu.

Here is the caller graph for this function: