mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Labeler: Add ROCm ep issue labeling (#13923)
### Description Add ROCm EP to auto labeler
This commit is contained in:
parent
928c44f71b
commit
69fdb7c75a
1 changed files with 1 additions and 0 deletions
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
|
|
@ -6,6 +6,7 @@ ep:MIGraphX: '/\bmigraphx\b/i'
|
|||
ep:oneDNN: '/\bonednn\b/i'
|
||||
ep:OpenVINO: '/\bopen\s*vino\b/i'
|
||||
ep:RockchipNPU: '/\brockchip\b/i'
|
||||
ep:ROCm: '/\brocm\b/i'
|
||||
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i'
|
||||
ep:tvm: '/\btvm\b/i'
|
||||
ep:VitisAI: '/\bvitis(?:ai)?\b/i'
|
||||
|
|
|
|||
Loading…
Reference in a new issue