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 --- test/packetmath_test_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/packetmath_test_shared.h') diff --git a/test/packetmath_test_shared.h b/test/packetmath_test_shared.h index 04f719f96..5be10997a 100644 --- a/test/packetmath_test_shared.h +++ b/test/packetmath_test_shared.h @@ -50,6 +50,7 @@ T apply_bit_op(Bits a, Bits b, Func f) { EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,float) \ EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,double) \ EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,half) \ + EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,bfloat16) \ EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,std::complex) \ EIGEN_TEST_MAKE_BITWISE2(OP,FUNC,std::complex) -- cgit v1.2.3