Optimized Belief Propagation (CPU and GPU)
Float16Test.cpp File Reference

File with main() function to test _Float16 datatype. More...

#include <iostream>
#include <x86intrin.h>
Include dependency graph for Float16Test.cpp:

Go to the source code of this file.

Macros

#define TEST_FLOAT16
 

Functions

int main (int argc, char **argv)
 main() function to test _Float16 data type More...
 

Detailed Description

File with main() function to test _Float16 datatype.

Author
Scott Grauer-Gray

Definition in file Float16Test.cpp.

Macro Definition Documentation

◆ TEST_FLOAT16

#define TEST_FLOAT16

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

main() function to test _Float16 data type

Parameters
argc
argv
Returns
0 if successful, another number indicating error if not

Definition at line 37 of file Float16Test.cpp.