|
gem5 [DEVELOP-FOR-25.0]
|
Go to the source code of this file.
Functions | |
| template<typename T> | |
| bool | test_raw_mxfp (T raw_mxfp, int bits) |
| template<typename T> | |
| int | test_type (int bits) |
| TEST (MxfpTest, MxBf16Test) | |
| TEST (MxfpTest, MxFp16Test) | |
| TEST (MxfpTest, MxBf8Test) | |
| TEST (MxfpTest, MxFp8Test) | |
| TEST | ( | MxfpTest | , |
| MxBf16Test | ) |
Definition at line 70 of file mxfp.test.cc.
References test_type().
| TEST | ( | MxfpTest | , |
| MxBf8Test | ) |
Definition at line 88 of file mxfp.test.cc.
References test_type().
| TEST | ( | MxfpTest | , |
| MxFp16Test | ) |
Definition at line 79 of file mxfp.test.cc.
References test_type().
| TEST | ( | MxfpTest | , |
| MxFp8Test | ) |
Definition at line 97 of file mxfp.test.cc.
References test_type().
| bool test_raw_mxfp | ( | T | raw_mxfp, |
| int | bits ) |
Definition at line 37 of file mxfp.test.cc.
References std::isinf(), and std::isnan().
Referenced by test_type().
| int test_type | ( | int | bits | ) |
Definition at line 53 of file mxfp.test.cc.
References test_raw_mxfp().