Skip to content

Commit 5e4f1e3

Browse files
authored
Remove BFLOAT16 from the task list of GenerateNamedObject
1 parent af88438 commit 5e4f1e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ endif ()
132132

133133
if (BUILD_BFLOAT16)
134134
message(STATUS "Building Half Precision")
135-
list(APPEND FLOAT_TYPES "BFLOAT16") # defines nothing
135+
# list(APPEND FLOAT_TYPES "BFLOAT16") # defines nothing
136136
endif ()
137137

138138
if (NOT DEFINED CORE OR "${CORE}" STREQUAL "UNKNOWN")

0 commit comments

Comments
 (0)