Rename "HALF" type to "BFLOAT16"

This commit is contained in:
Martin Kroeker 2020-10-13 20:07:19 +02:00 committed by GitHub
parent bc5c7f9578
commit 4bb73c0171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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