From 386d809bde475c65b7940f290efe80e6a05878c4 Mon Sep 17 00:00:00 2001 From: Teng Lu Date: Sat, 20 Jun 2020 19:16:24 +0000 Subject: Support BFloat16 in Eigen --- unsupported/test/cxx11_tensor_reduction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/test') diff --git a/unsupported/test/cxx11_tensor_reduction.cpp b/unsupported/test/cxx11_tensor_reduction.cpp index 996dba806..f1ac83b1b 100644 --- a/unsupported/test/cxx11_tensor_reduction.cpp +++ b/unsupported/test/cxx11_tensor_reduction.cpp @@ -511,6 +511,7 @@ EIGEN_DECLARE_TEST(cxx11_tensor_reduction) { CALL_SUBTEST(( test_simple_reductions() )); CALL_SUBTEST(( test_simple_reductions() )); CALL_SUBTEST(( test_simple_reductions() )); + CALL_SUBTEST(( test_simple_reductions() )); CALL_SUBTEST(test_reductions_in_expr()); CALL_SUBTEST(test_reductions_in_expr()); CALL_SUBTEST(test_full_reductions()); -- cgit v1.2.3