Skip to content

Commit 4201656

Browse files
committed
Remove unused code
1 parent 1ee8d72 commit 4201656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cann/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ if (CANN_INSTALL_DIR)
4848
string(TOLOWER ${SOC_TYPE} SOC_VERSION)
4949
string(FIND "${SOC_VERSION}" "ascend310p" FIRST_310P_INDEX)
5050
if(FIRST_310P_INDEX GREATER -1)
51-
#add_compile_definitions(ASCEND_310P)
5251
target_compile_definitions(ggml-cann PRIVATE ASCEND_310P)
5352
endif()
5453
message(STATUS "CANN: Compile llama.cpp with ${SOC_TYPE}.")

0 commit comments

Comments
 (0)