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
@@ -62,6 +62,7 @@ namespace Eigen {
|
||||
|
||||
#include "src/SpecialFunctions/BesselFunctionsImpl.h"
|
||||
#include "src/SpecialFunctions/BesselFunctionsPacketMath.h"
|
||||
#include "src/SpecialFunctions/BesselFunctionsBFloat16.h"
|
||||
#include "src/SpecialFunctions/BesselFunctionsHalf.h"
|
||||
#include "src/SpecialFunctions/BesselFunctionsFunctors.h"
|
||||
#include "src/SpecialFunctions/BesselFunctionsArrayAPI.h"
|
||||
@@ -70,6 +71,7 @@ namespace Eigen {
|
||||
#include "src/SpecialFunctions/HipVectorCompatibility.h"
|
||||
#endif
|
||||
#include "src/SpecialFunctions/SpecialFunctionsPacketMath.h"
|
||||
#include "src/SpecialFunctions/SpecialFunctionsBFloat16.h"
|
||||
#include "src/SpecialFunctions/SpecialFunctionsHalf.h"
|
||||
#include "src/SpecialFunctions/SpecialFunctionsFunctors.h"
|
||||
#include "src/SpecialFunctions/SpecialFunctionsArrayAPI.h"
|
||||
|
||||
Reference in New Issue
Block a user