Added tests for float16

This commit is contained in:
Benoit Steiner
2016-04-07 11:18:05 -07:00
parent 8db269e055
commit dc45aaeb93
2 changed files with 149 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ ei_add_test(minres)
ei_add_test(levenberg_marquardt)
ei_add_test(kronecker_product)
ei_add_test(float16)
if(EIGEN_TEST_CXX11)
# It should be safe to always run these tests as there is some fallback code for
# older compiler that don't support cxx11.