Skip to content

Commit ae84b16

Browse files
authored
[GitHub][mlir][spirv] Add missing patterns for SPIR-V in mlir (#66423)
Include conversion passes and tools.
1 parent bbe7eb9 commit ae84b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/new-prs-labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ mlir:scf:
222222

223223
mlir:spirv:
224224
- mlir/**/SPIRV/**
225+
- mlir/**/SPIRVTo*/**
226+
- mlir/**/*ToSPIRV/**
227+
- mlir/tools/mlir-spirv-cpu-runner/**
228+
- mlir/tools/mlir-vulkan-runner/**
229+
- mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
225230

226231
mlir:shape:
227232
- mlir/**/Shape/**

0 commit comments

Comments
 (0)