-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sycl' into sycl-devops-pr/udit/oclcpu_test_precommit
- Loading branch information
Showing
77 changed files
with
1,730 additions
and
847 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 |
---|---|---|
|
@@ -189,6 +189,7 @@ on: | |
|
||
permissions: | ||
contents: read | ||
packages: read | ||
|
||
jobs: | ||
run: | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,6 @@ jobs: | |
target_devices: level_zero:gpu | ||
reset_intel_gpu: true | ||
tests_selector: e2e | ||
extra_lit_opts: --param gpu-intel-gen12=True | ||
|
||
- name: Intel OCL GPU | ||
runner: '["Linux", "gen12"]' | ||
|
@@ -67,7 +66,6 @@ jobs: | |
target_devices: opencl:gpu | ||
reset_intel_gpu: true | ||
tests_selector: e2e | ||
extra_lit_opts: --param gpu-intel-gen12=True | ||
|
||
- name: OCL CPU (AMD) | ||
runner: '["Linux", "amdgpu"]' | ||
|
@@ -126,7 +124,6 @@ jobs: | |
name: Intel GEN12 Graphics with Level Zero | ||
runner: '["Windows","gen12"]' | ||
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }} | ||
extra_lit_opts: --param gpu-intel-gen12=True | ||
|
||
cuda-aws-start: | ||
needs: [ubuntu2204_build] | ||
|
@@ -237,9 +234,7 @@ jobs: | |
echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT" | ||
fi | ||
- name: Upload binaries | ||
# v2.2.0 of the action is broken. | ||
# https://github.com/softprops/action-gh-release/issues/556 | ||
uses: softprops/[email protected] | ||
uses: softprops/[email protected] | ||
with: | ||
files: | | ||
sycl_linux.tar.gz | ||
|
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
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
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 |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# Reporting LLVM Security Issues | ||
# Security Policy | ||
|
||
To report security issues in LLVM, please follow the steps outlined on the | ||
[LLVM Security Group](https://llvm.org/docs/Security.html#how-to-report-a-security-issue) | ||
page. | ||
Intel is committed to rapidly addressing security vulnerabilities affecting our | ||
customers and providing clear guidance on the solution, impact, severity and | ||
mitigation. | ||
|
||
## Reporting a Vulnerability | ||
|
||
`intel/llvm` project is based upon the upstream | ||
[`llvm/llvm-project`](https://github.com/llvm/llvm-project) and leverages lots | ||
of functionality provided by it. If an issue you found concerns functionality | ||
which is available in upstream, then it is more efficient to directly report it | ||
there, see corresponding `SECURITY.md` for their policy. | ||
|
||
If you are unsure, or if you know that the issue is specific to additions | ||
developed in `intel/llvm`, then please report any security vulnerabilities | ||
[utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html). |
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
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
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
Oops, something went wrong.