This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wenxin Zhang <wenxin.zhang@intel.com>
- Loading branch information
1 parent
7dfbff0
commit 4038579
Showing
4 changed files
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# CI Introduction | ||
Intel Extension for Transformers use Github Action (GHA) for CI test, if you are new to GHA, please refer to [GHA](https://docs.github.com/en/actions) | ||
All the test scripts will be maintained under [.github](../.github/workflows). | ||
|
||
|
||
|
||
| Test Name | Test Pass Criteria | Checks | | ||
|-------------------------------|-----------------------------------------------|---------------| | ||
| Format Scan | Pylint/Cpplint/bandit/cloc Pass | 4 | | ||
| Spell Check | Check Pass | 1 | | ||
| Copyright Check | Add License on top of code/scripts | 1 | | ||
| DCO | Use git commit -s to signoff | 1 | | ||
| Unit Test | a. No failure, no core dump, no segmentation fault b. No coverage drop| 5 | | ||
| Kernel Benchmark | No failure, No performance regression | 1 | | ||
| Model Test | a. Fp32/Int8 inference no regression b. API no fucntionality success | 5 | | ||
| CPP Graph Test | No failure, No performance regression | 1 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Module Owner Matrix | ||
Here is the matrix of first/second owners for each component in Intel Extension for Transformers. | ||
|
||
Contributions to Intel Extension for Transformers specific component must get approval from the owners | ||
|
||
| Component | Owner | Backup | | ||
|--------------------|-----------------|-----------------| | ||
| Kernel | Hengyu | Luo yu | | ||
| Engine | Dong bo | Zhenwei | | ||
| Pytorch | Penghui | He xin | | ||
| Tensorflow | Lv liang | Penghui | | ||
| Neuralchat | Lv liang | Kaokao | | ||
| Workflow | Lv liang | Haihao | | ||
| Tests | Wenxin | Xuehao | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters