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
@@ -836,6 +836,7 @@ EIGEN_DECLARE_TEST(packetmath)
|
||||
#ifdef EIGEN_PACKET_MATH_SSE_H
|
||||
CALL_SUBTEST_14(( packetmath<bool,internal::packet_traits<bool>::type>() ));
|
||||
#endif
|
||||
CALL_SUBTEST_15(( packetmath<bfloat16,internal::packet_traits<bfloat16>::type>() ));
|
||||
g_first_pass = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user