Rename "HALF" type to "BFLOAT16"
This commit is contained in:
parent
bc5c7f9578
commit
4bb73c0171
|
@ -2,7 +2,7 @@
|
|||
include_directories(${PROJECT_SOURCE_DIR})
|
||||
include_directories(${PROJECT_BINARY_DIR})
|
||||
|
||||
list (REMOVE_ITEM FLOAT_TYPES "HALF")
|
||||
list (REMOVE_ITEM FLOAT_TYPES "BFLOAT16")
|
||||
|
||||
set(LAPACK_SOURCES
|
||||
potrf/potrf_U_single.c
|
||||
|
|
Loading…
Reference in New Issue