Skip to content

Commit 3cbd23e

Browse files
authored
labeler: added Apple Metal detector (+Kompute) (ggml-org#7529)
* labeler: added Apple Metal detector [no ci] * labeler: add Kompute to detector [no ci]
1 parent 00c6390 commit 3cbd23e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/labeler.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# https://github.com/actions/labeler
2-
2+
Kompute:
3+
- changed-files:
4+
- any-glob-to-any-file:
5+
- ggml-kompute.h
6+
- ggml-kompute.cpp
7+
- README-kompute.md
8+
Apple Metal:
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- ggml-metal.h
12+
- ggml-metal.cpp
13+
- README-metal.md
314
SYCL:
415
- changed-files:
516
- any-glob-to-any-file:
@@ -9,6 +20,7 @@ SYCL:
920
Nvidia GPU:
1021
- changed-files:
1122
- any-glob-to-any-file:
23+
- ggml-cuda.h
1224
- ggml-cuda/**
1325
Vulkan:
1426
- changed-files:

0 commit comments

Comments
 (0)