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 a3c3084 commit 1e8659eCopy full SHA for 1e8659e
ggml/src/ggml-cann/CMakeLists.txt
@@ -30,6 +30,7 @@ string(TOLOWER ${SOC_TYPE} SOC_VERSION) # SOC_VERSION need lower
30
string(REGEX MATCH "[0-9]+[a-zA-Z]" SOC_TYPE_MAJOR_SN "${SOC_VERSION}")
31
set(SOC_TYPE_COMPILE_OPTION "ASCEND_${SOC_TYPE_MAJOR_SN}")
32
string(TOUPPER ${SOC_TYPE_COMPILE_OPTION} SOC_TYPE_COMPILE_OPTION)
33
+message(STATUS "CANN: SOC_VERSION = ${SOC_VERSION}")
34
35
if (CANN_INSTALL_DIR)
36
# Only Support Linux.
0 commit comments