Skip to content

Commit d7a9346

Browse files
noemotiovonnoemotiovonhipudding
authored andcommitted
get_rows and dup optimization (llama/12671)
* [CANN]get_rows and dup optimization. Co-authored-by: hipudding <[email protected]> Signed-off-by: noemotiovon <[email protected]> * [CANN]GET_ROWS and CPY/DUP optimization Co-authored-by: hipudding <[email protected]> Signed-off-by: noemotiovon <[email protected]> * [CANN]code style adjustment Signed-off-by: noemotiovon <[email protected]> * [CANN]code style adjustment Signed-off-by: noemotiovon <[email protected]> * [CANN]code style adjustment Signed-off-by: noemotiovon <[email protected]> * [CANN]code style adjustment Signed-off-by: noemotiovon <[email protected]> --------- Signed-off-by: noemotiovon <[email protected]> Co-authored-by: noemotiovon <[email protected]> Co-authored-by: hipudding <[email protected]>
1 parent b63d23f commit d7a9346

File tree

3 files changed

+256
-239
lines changed

3 files changed

+256
-239
lines changed

ggml/src/ggml-cann/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ if (CANN_INSTALL_DIR)
5151
${CANN_INSTALL_DIR}/acllib/include
5252
)
5353

54-
add_subdirectory(kernels)
5554
list(APPEND CANN_LIBRARIES
5655
ascendcl
5756
nnopbase
5857
opapi
5958
acl_op_compiler
60-
ascendc_kernels
6159
)
6260

6361
file(GLOB GGML_SOURCES_CANN "*.cpp")

0 commit comments

Comments
 (0)