This commit is contained in:
hongruichen 2024-07-12 23:26:38 +08:00
parent e3aa43adbd
commit 7cbc4fbd8c

View file

@ -507,6 +507,7 @@ static int qnn_op_ut(int num_threads, int n_backend_type, int n_ggml_op_type) {
static const std::unordered_map<std::string, int> kMapStringToGGMLOp = {
{"GGML_OP_ADD", GGML_OP_ADD},
{"GGML_OP_MUL_MAT", GGML_OP_MUL_MAT},
{"GGML_OP_MUL", GGML_OP_MUL},
};
int main(int argc, char * argv[]) {