remove BFLOAT16 from FLOAT_TYPES to avoid creating bogus objects for unimplemented functions
This commit is contained in:
parent
acfa013126
commit
3742611aa9
|
@ -132,7 +132,7 @@ endif ()
|
|||
|
||||
if (BUILD_BFLOAT16)
|
||||
message(STATUS "Building Half Precision")
|
||||
list(APPEND FLOAT_TYPES "BFLOAT16") # defines nothing
|
||||
# list(APPEND FLOAT_TYPES "BFLOAT16") # defines nothing
|
||||
endif ()
|
||||
|
||||
if (NOT DEFINED CORE OR "${CORE}" STREQUAL "UNKNOWN")
|
||||
|
|
Loading…
Reference in New Issue