We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b537dac commit 4ef70b4Copy full SHA for 4ef70b4
cmake/utils.cmake
@@ -427,6 +427,9 @@ function(GenerateNamedObjects sources_in)
427
endif ()
428
if (${float_type} STREQUAL "BFLOAT16")
429
list(APPEND obj_defines "BFLOAT16")
430
+ endif ()
431
+ if (${float_type} STREQUAL "HFLOAT16")
432
+ list(APPEND obj_defines "HFLOAT16")
433
434
if (${float_type} STREQUAL "COMPLEX" OR ${float_type} STREQUAL "ZCOMPLEX")
435
list(APPEND obj_defines "COMPLEX")
0 commit comments