Skip to content

Commit 0d93f2d

Browse files
noemotiovonhipudding
andcommitted
[CANN]get_rows and dup optimization.
Co-authored-by: hipudding <[email protected]> Signed-off-by: noemotiovon <[email protected]>
1 parent a8a1f33 commit 0d93f2d

File tree

12 files changed

+160
-2023
lines changed

12 files changed

+160
-2023
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")

ggml/src/ggml-cann/aclnn_ops.cpp

Lines changed: 160 additions & 227 deletions
Large diffs are not rendered by default.

ggml/src/ggml-cann/kernels/CMakeLists.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

ggml/src/ggml-cann/kernels/ascendc_kernels.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

ggml/src/ggml-cann/kernels/dup.cpp

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)