mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Support BFloat16 in Eigen
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
6b9c92fe7e
commit
386d809bde
@@ -511,6 +511,7 @@ EIGEN_DECLARE_TEST(cxx11_tensor_reduction) {
|
||||
CALL_SUBTEST(( test_simple_reductions<float,ColMajor>() ));
|
||||
CALL_SUBTEST(( test_simple_reductions<float,RowMajor>() ));
|
||||
CALL_SUBTEST(( test_simple_reductions<Eigen::half,ColMajor>() ));
|
||||
CALL_SUBTEST(( test_simple_reductions<Eigen::bfloat16,ColMajor>() ));
|
||||
CALL_SUBTEST(test_reductions_in_expr<ColMajor>());
|
||||
CALL_SUBTEST(test_reductions_in_expr<RowMajor>());
|
||||
CALL_SUBTEST(test_full_reductions<ColMajor>());
|
||||
|
||||
Reference in New Issue
Block a user