diff options
author | Brian <mofosyne@gmail.com> | 2024-05-25 19:30:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 19:30:42 +1000 |
commit | 3cbd23ed88c03a27e1eb6090ac4a8186ca9ac29a (patch) | |
tree | d4356fb71995ebc064cf4c4e17a86ef3ef3ebd96 | |
parent | 00c63907931bb08a0ed2b7e38cf44dd290143cb9 (diff) |
labeler: added Apple Metal detector (+Kompute) (#7529)
* labeler: added Apple Metal detector [no ci]
* labeler: add Kompute to detector [no ci]
-rw-r--r-- | .github/labeler.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index a67f7804..97d739b5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: @@ -9,6 +20,7 @@ SYCL: Nvidia GPU: - changed-files: - any-glob-to-any-file: + - ggml-cuda.h - ggml-cuda/** Vulkan: - changed-files: |