Remove BFLOAT16 from the task list of GenerateNamedObject
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 14 Sep 2021 14:09:46 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 14:09:46 +0000 (16:09 +0200)
CMakeLists.txt

index 0330b2c..ef74571 100644 (file)
@@ -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")