|
|
|
@@ -12,7 +12,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.sh |
|
|
|
foreach(float_type ${FLOAT_TYPES}) |
|
|
|
string(SUBSTRING ${float_type} 0 1 float_char_upper) |
|
|
|
string(TOLOWER ${float_char_upper} float_char) |
|
|
|
if (${float_char} STREQUAL "h") |
|
|
|
if (${float_char} STREQUAL "b") |
|
|
|
continue() |
|
|
|
endif() |
|
|
|
#level1 |
|
|
|
|