]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add CANN backend (llama/0)
authorhipudding <redacted>
Thu, 8 Aug 2024 11:48:06 +0000 (14:48 +0300)
committerGeorgi Gerganov <redacted>
Thu, 8 Aug 2024 11:55:23 +0000 (14:55 +0300)
commita06c68343e9976fdfc80917a958b903a0d7c8cc6
treed4bdb35416ad0a564f729c388a164cb47afb3441
parentbc97237c9ecf5905776bcfe70d71aa0d71a74fee
ggml : add CANN backend (llama/0)

ggml-ci
22 files changed:
include/ggml-cann.h [new file with mode: 0644]
scripts/sync-llama-am.sh
scripts/sync-llama.sh
scripts/sync-whisper-am.sh
scripts/sync-whisper.sh
src/ggml-cann.cpp [new file with mode: 0644]
src/ggml-cann/Doxyfile [new file with mode: 0644]
src/ggml-cann/acl_tensor.cpp [new file with mode: 0644]
src/ggml-cann/acl_tensor.h [new file with mode: 0644]
src/ggml-cann/aclnn_ops.cpp [new file with mode: 0644]
src/ggml-cann/aclnn_ops.h [new file with mode: 0644]
src/ggml-cann/common.h [new file with mode: 0644]
src/ggml-cann/kernels/CMakeLists.txt [new file with mode: 0644]
src/ggml-cann/kernels/ascendc_kernels.h [new file with mode: 0644]
src/ggml-cann/kernels/dup.cpp [new file with mode: 0644]
src/ggml-cann/kernels/get_row_f16.cpp [new file with mode: 0644]
src/ggml-cann/kernels/get_row_f32.cpp [new file with mode: 0644]
src/ggml-cann/kernels/get_row_q4_0.cpp [new file with mode: 0644]
src/ggml-cann/kernels/get_row_q8_0.cpp [new file with mode: 0644]
src/ggml-cann/kernels/quantize_f16_q8_0.cpp [new file with mode: 0644]
src/ggml-cann/kernels/quantize_f32_q8_0.cpp [new file with mode: 0644]
src/ggml-cann/kernels/quantize_float_to_q4_0.cpp [new file with mode: 0644]