Skip to content

Commit

Permalink
labeler: added Apple Metal detector (+Kompute) (#7529)
Browse files Browse the repository at this point in the history
* labeler: added Apple Metal detector [no ci]

* labeler: add Kompute to detector [no ci]
  • Loading branch information
mofosyne authored May 25, 2024
1 parent 00c6390 commit 3cbd23e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# https://github.com/actions/labeler

Kompute:
- changed-files:
- any-glob-to-any-file:
- ggml-kompute.h
- ggml-kompute.cpp
- README-kompute.md
Apple Metal:
- changed-files:
- any-glob-to-any-file:
- ggml-metal.h
- ggml-metal.cpp
- README-metal.md
SYCL:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -9,6 +20,7 @@ SYCL:
Nvidia GPU:
- changed-files:
- any-glob-to-any-file:
- ggml-cuda.h
- ggml-cuda/**
Vulkan:
- changed-files:
Expand Down

0 comments on commit 3cbd23e

Please sign in to comment.