From: Brian Date: Sat, 25 May 2024 09:30:42 +0000 (+1000) Subject: labeler: added Apple Metal detector (+Kompute) (#7529) X-Git-Tag: upstream/0.0.4488~1490 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3cbd23ed88c03a27e1eb6090ac4a8186ca9ac29a;p=pkg%2Fggml%2Fsources%2Fllama.cpp labeler: added Apple Metal detector (+Kompute) (#7529) * labeler: added Apple Metal detector [no ci] * labeler: add Kompute to detector [no ci] --- 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: