-
Notifications
You must be signed in to change notification settings - Fork 12
Add oneDPL Public CI state and requirements. #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
b414a36
9eca457
61f170d
32599dc
4b86fd4
268239f
903f01e
08fa6e1
82082ab
fe4d5f5
aac8e5f
91f66db
0d93131
286e70a
dba3170
cd8d670
6098a30
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,23 +78,42 @@ Representative: Timmie Smith | |
|
|
||
| Support contact for CI: | ||
|
|
||
| | Maintainers | | ||
| | ------------------------- | | ||
| | Dan Hoeflinger @danhoeflinger | | ||
| | Dmitriy Sobolev @dmitriy-sobolev | | ||
| | Timmie Smith @timmiesmith | | ||
|
|
||
| *Existing public CI* | ||
|
|
||
| | Owner | Type | OS | Number | Active? | How to access logs | | ||
timmiesmith marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
timmiesmith marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | --- | --- | --- | --- | --- | --- | | ||
| | ? | ? | ? | ? | ? | ? | | ||
| | GitHub | CPU x86 | Ubuntu | 11 | Yes | Via CI Testing Workflow view | | ||
| | GitHub | CPU x86 | Windows | 3 | Yes | Via CI Testing Workflow view | | ||
| | GitHub | AArch64 | Mac OS | 1 | Yes | Via CI Testing Workflow view | | ||
|
|
||
| *Required Public CI Infrastruture Needed To Confidently Accept Contributions* | ||
|
|
||
| | Instruction set architecture | Hardware Vendor | Processor Type | Operating System | | ||
| | --- | --- | --- | --- | | ||
| | x86 | Intel | CPU | Ubuntu | | ||
| | AArch64 | Arm | CPU | Ubuntu | | ||
| | Xe, Xe2, Xe3 | Intel | GPU | Ubuntu, Windows | | ||
| | | NVIDIA | GPU | Ubuntu, Windows | | ||
| | | AMD | GPU | Ubuntu, Windows | | ||
timmiesmith marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Software Versions: | ||
timmiesmith marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * CMake | ||
| * glibc | ||
| * ... | ||
| | Windows | Linux | MacOS (Arm CPU testing) | | ||
|
||
| | --- | --- | --- | | ||
| | CMake 3.20 | CMake 3.11 | CMake 3.11 | | ||
| | git | git | git | | ||
| | python | python | python | | ||
| | miniforge-python | miniforge-python | miniforge-python | | ||
timmiesmith marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | DPC++ Compiler | DPC++ Compiler | clang++ compiler | | ||
| | gmake | clang++ compiler | | | ||
timmiesmith marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | ninja | g++ | | | ||
| | Visual Studio 2019 | | | | ||
| | Visual Studio 2022 | | | | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should also mention the supported GPU driver and their versions. It is a yet another tool oneDPL depends on.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is too much detail at this point.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The question of how much detail is needed in this document was discussed in the UXL Open Source Working Group meeting. The feedback received is that any details on configurations teams can provide is useful, so I will add the details suggested.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
| oneDAL | ||
| ------ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be nice to mention how to run this CI, e.g. that it is automatically triggered in oneDPL repository when a PR is opened and a new commit is made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too much detail for what is being requested at this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.