llama.cpp/ggml/src/ggml-cann/kernels
leo-pony 605fa66c50
CANN: Fix SOC_TYPE compile bug (#10519)
* CANN: Fix the bug build fail on Ascend310P under two cases:
1) Manual specify SOC_TYPE
2) Under some unusual compile environment

* Update the cann backend News content: Support F16 and F32 data type model for Ascend 310P NPU.

* fix CANN  compile fail bug: the assert in ascend kernel function doesn't supportted on some CANN version
2024-11-28 15:25:24 +08:00
..
ascendc_kernels.h cann: support q4_0 model (#8822) 2024-08-05 12:22:30 +08:00
CMakeLists.txt CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00
dup.cpp CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00
get_row_f16.cpp CANN: Support Ascend310P to accelerate F32 and F16 Model (#10216) 2024-11-22 14:07:20 +08:00
get_row_f32.cpp CANN: Support Ascend310P to accelerate F32 and F16 Model (#10216) 2024-11-22 14:07:20 +08:00
get_row_q4_0.cpp CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00
get_row_q8_0.cpp [CANN] Add Ascend NPU backend (#6035) 2024-07-17 14:23:50 +03:00
quantize_f16_q8_0.cpp CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00
quantize_f32_q8_0.cpp CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00
quantize_float_to_q4_0.cpp CANN: Fix SOC_TYPE compile bug (#10519) 2024-11-28 15:25:24 +08:00