Skip to content

Commit 4bb73c0

Browse files
authored
Rename "HALF" type to "BFLOAT16"
1 parent bc5c7f9 commit 4bb73c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include_directories(${PROJECT_SOURCE_DIR})
33
include_directories(${PROJECT_BINARY_DIR})
44

5-
list (REMOVE_ITEM FLOAT_TYPES "HALF")
5+
list (REMOVE_ITEM FLOAT_TYPES "BFLOAT16")
66

77
set(LAPACK_SOURCES
88
potrf/potrf_U_single.c

0 commit comments

Comments
 (0)