Skip to content

Commit ffa9400

Browse files
author
zhouwg
committed
ggml-qnn: remove redundant functions in this PR and make codes more clear
1 parent 05980d1 commit ffa9400

File tree

2 files changed

+81
-312
lines changed

2 files changed

+81
-312
lines changed

ggml/include/ggml-qnn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024 The ggml authors
2+
* Copyright (c) 2023-2025 The ggml authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to
@@ -29,7 +29,7 @@ extern "C" {
2929
#endif
3030

3131
#define GGML_QNN_MAX_DEVICES 3
32-
#define GGML_QNN_BACKEND_NAME "qnn"
32+
#define GGML_QNN_BACKEND_NAME "hexagon"
3333

3434
enum QNNBackend {
3535
QNN_BACKEND_CPU,

0 commit comments

Comments
 (0)