File tree 2 files changed +5
-2
lines changed
third_party/tsl/tsl/platform 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1060,6 +1060,7 @@ cc_library(
1060
1060
deps = [
1061
1061
"@ml_dtypes//:float8" ,
1062
1062
"@ml_dtypes//:intn" ,
1063
+ "@ml_dtypes//:mxfloat" ,
1063
1064
],
1064
1065
)
1065
1066
Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ limitations under the License.
16
16
#ifndef TENSORFLOW_TSL_PLATFORM_ML_DTYPES_H_
17
17
#define TENSORFLOW_TSL_PLATFORM_ML_DTYPES_H_
18
18
19
- #include " ml_dtypes/include/float8.h" // from @ml_dtypes
20
- #include " ml_dtypes/include/intn.h" // from @ml_dtypes
19
+ #include " ml_dtypes/include/float8.h" // from @ml_dtypes
20
+ #include " ml_dtypes/include/intn.h" // from @ml_dtypes
21
+ #include " ml_dtypes/include/mxfloat.h" // from @ml_dtypes
21
22
22
23
namespace tsl {
24
+ using float4_e2m1fn = ::ml_dtypes::float4_e2m1fn;
23
25
using float8_e3m4 = ::ml_dtypes::float8_e3m4;
24
26
using float8_e4m3 = ::ml_dtypes::float8_e4m3;
25
27
using float8_e4m3fn = ::ml_dtypes::float8_e4m3fn;
You can’t perform that action at this time.
0 commit comments