We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ada4b commit 437b7feCopy full SHA for 437b7fe
ctest/CMakeLists.txt
@@ -12,7 +12,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.sh
12
foreach(float_type ${FLOAT_TYPES})
13
string(SUBSTRING ${float_type} 0 1 float_char_upper)
14
string(TOLOWER ${float_char_upper} float_char)
15
- if (${float_char} STREQUAL "h")
+ if (${float_char} STREQUAL "b")
16
continue()
17
endif()
18
#level1
0 commit comments