We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbec6a commit 0ed9929Copy full SHA for 0ed9929
1 file changed
.github/labeler.yml
@@ -104,3 +104,20 @@ OpenCL:
104
- any-glob-to-any-file:
105
- ggml/include/ggml-opencl.h
106
- ggml/src/ggml-opencl/**
107
+ - docs/backend/OPENCL.md
108
+Hexagon:
109
+ - changed-files:
110
+ - any-glob-to-any-file:
111
+ - ggml/include/ggml-hexagon.h
112
+ - ggml/src/ggml-hexagon/**
113
+WebGPU:
114
115
116
+ - ggml/include/ggml-webgpu.h
117
+ - ggml/src/ggml-webgpu/**
118
+OpenVINO:
119
120
121
+ - ggml/include/ggml-openvino.h
122
+ - ggml/src/ggml-openvino/**
123
+ - docs/backend/OPENVINO.md
0 commit comments