mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add Intel GPU specific CMake files to merge rules (#135110)
As the title. Pull Request resolved: https://github.com/pytorch/pytorch/pull/135110 Approved by: https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
a0d2c09115
commit
dbed747aae
32
.github/merge_rules.yaml
vendored
32
.github/merge_rules.yaml
vendored
@ -247,25 +247,6 @@
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: XPU ATen
|
||||
patterns:
|
||||
- aten/src/ATen/xpu/**
|
||||
- c10/xpu/**
|
||||
- torch/csrc/xpu/**
|
||||
- torch/xpu/**
|
||||
- test/xpu/**
|
||||
- test/test_xpu.py
|
||||
- third_party/xpu.txt
|
||||
- .ci/docker/ci_commit_pins/triton-xpu.txt
|
||||
approved_by:
|
||||
- EikanWang
|
||||
- jgong5
|
||||
- gujinghui
|
||||
mandatory_checks_name:
|
||||
- EasyCLA
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: Distributions
|
||||
patterns:
|
||||
- torch/distributions/**
|
||||
@ -519,6 +500,19 @@
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: XPU
|
||||
patterns:
|
||||
- '**xpu**'
|
||||
- '**sycl**'
|
||||
approved_by:
|
||||
- EikanWang
|
||||
- jgong5
|
||||
- gujinghui
|
||||
mandatory_checks_name:
|
||||
- EasyCLA
|
||||
- Lint
|
||||
- pull
|
||||
|
||||
- name: superuser
|
||||
patterns:
|
||||
- '*'
|
||||
|
@ -148,6 +148,7 @@ caffe2/utils/hip @jeffdaily @jithunnair-amd
|
||||
|
||||
# XPU-specific files
|
||||
/aten/src/ATen/xpu/ @EikanWang @gujinghui
|
||||
/aten/src/ATen/native/mkldnn/xpu/ @EikanWang @gujinghui
|
||||
/c10/xpu/ @EikanWang @gujinghui
|
||||
/torch/csrc/xpu/ @EikanWang @gujinghui
|
||||
/torch/xpu/ @EikanWang @gujinghui
|
||||
|
Reference in New Issue
Block a user