projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af88438
)
Remove BFLOAT16 from the task list of GenerateNamedObject
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Tue, 14 Sep 2021 14:09:46 +0000
(16:09 +0200)
committer
GitHub
<noreply@github.com>
Tue, 14 Sep 2021 14:09:46 +0000
(16:09 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0330b2ce7f26ea53d1896329df2884681c2d6687..ef7457135d5157e5edfca222bd02ea9c51e59e5c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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")