mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-01 09:01:57 +00:00
20 lines
693 B
C
20 lines
693 B
C
#ifndef ASCENDC_KERNELS_H
|
|
#define ASCENDC_KERNELS_H
|
|
|
|
#include "aclrtlaunch_ascendc_get_row_f32.h"
|
|
#include "aclrtlaunch_ascendc_get_row_f16.h"
|
|
#include "aclrtlaunch_ascendc_get_row_q8_0.h"
|
|
#include "aclrtlaunch_ascendc_get_row_q4_0.h"
|
|
|
|
#include "aclrtlaunch_ascendc_quantize_f32_q8_0.h"
|
|
#include "aclrtlaunch_ascendc_quantize_f16_q8_0.h"
|
|
#include "aclrtlaunch_ascendc_quantize_f16_to_q4_0.h"
|
|
#include "aclrtlaunch_ascendc_quantize_f32_to_q4_0.h"
|
|
|
|
#include "aclrtlaunch_ascendc_dup_by_rows_fp16.h"
|
|
#include "aclrtlaunch_ascendc_dup_by_rows_fp32.h"
|
|
#include "aclrtlaunch_ascendc_dup_by_rows_fp32_to_fp16.h"
|
|
#include "aclrtlaunch_ascendc_dup_by_rows_fp16_to_fp32.h"
|
|
|
|
#endif // ASCENDC_KERNELS_H
|