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 1ee8d72 commit 4201656Copy full SHA for 4201656
ggml/src/ggml-cann/CMakeLists.txt
@@ -48,7 +48,6 @@ if (CANN_INSTALL_DIR)
48
string(TOLOWER ${SOC_TYPE} SOC_VERSION)
49
string(FIND "${SOC_VERSION}" "ascend310p" FIRST_310P_INDEX)
50
if(FIRST_310P_INDEX GREATER -1)
51
- #add_compile_definitions(ASCEND_310P)
52
target_compile_definitions(ggml-cann PRIVATE ASCEND_310P)
53
endif()
54
message(STATUS "CANN: Compile llama.cpp with ${SOC_TYPE}.")
0 commit comments