Skip to content
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

[SYCL][CI] Update workflow files to match sycl branch #17612

Conversation

AlexeySachkov
Copy link
Contributor

This is an attempt to fix pre-commit on sycl-rel-6_1_0 branch by copying contents of CI scripts from sycl branch.

This PR specifically ignores changes to upstream workflows, because we do not have them enabled at intel/llvm.

This is an attempt to fix pre-commit on `sycl-rel-6_1_0` branch by
updating all workflow files to make then in sync with `sycl` branch.
@AlexeySachkov
Copy link
Contributor Author

I took a look at Windows issues and it seems like all of them require some test tweaks for us to have a successful pre-commit. I don't want to include all those patches here to avoid overcomplicating the PR, but we should not consider failures on Windows to be blocking the merge.

Gen 12 Windows:

Failed Tests (2): 
 SYCL :: WorkGroupMemory/Dynamic/copy_dynamic_size.cpp 
 SYCL :: WorkGroupMemory/Dynamic/dynamic_unused.cpp 

Could be fixed by https://github.com/intel/llvm/pull/17046 and https://github.com/intel/llvm/pull/17100/files


BMG Windows

hanging test is a known issue: https://github.com/intel/llvm/issues/17255
Adapters/level_zero_eager_init.cpp: https://github.com/intel/llvm/issues/17165
DeviceLib/std_complex_math_fp64_test.cpp: https://github.com/intel/llvm/issues/17165
Graph: https://github.com/intel/llvm/commit/acfbc00124e3fb9119c06c773ba3320bce2a0aab - disabled on Windows BMG

@AlexeySachkov
Copy link
Contributor Author

Linux failures analysis:

I haven't investigated other failures yet, but I also expect them to be mostly caused by missing patches.

Considering that the only thing this patch changes is the infrastructure, I think it is safe to merge it.
Note that even despite all those failures, it is still an improvement, because previously we couldn't even do builds in pre-commit.

As I said above, test tweaks to fix failures will be cherry-picked separately to reduce scope of the patches.

@AlexeySachkov AlexeySachkov marked this pull request as ready for review March 31, 2025 11:44
@AlexeySachkov AlexeySachkov requested review from a team as code owners March 31, 2025 11:44
@AlexeySachkov
Copy link
Contributor Author

@intel/sycl-matrix-reviewers, @intel/dpcpp-esimd-reviewers, FYI: you were summoned because I changed devops/dependencies-igc-dev.json. Note that I've dropped testing with dev IGC from the release branch, so your approval should be mostly no-op

@MrSidims
Copy link
Contributor

@AlexeySachkov I'm fine with dropping igc-dev from testing. The question though is - what drivers we recommend users to install for open source releases?

@AlexeySachkov
Copy link
Contributor Author

@AlexeySachkov I'm fine with dropping igc-dev from testing. The question though is - what drivers we recommend users to install for open source releases?

I think that our recommendation is to always go for the latest one, because the interfaces should be stable and we are not allowed to break ABI.

What we have been doing so far (and will continue doing so) is documenting which version we have tested against so that our customers know what we used as a "reference". See example in v6.0.0

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm assuming everything is a legit copy-paste from sycl

@AlexeySachkov AlexeySachkov merged commit 9da4aad into intel:sycl-rel-6_1_0 Mar 31, 2025
15 of 27 checks passed
@AlexeySachkov AlexeySachkov deleted the private/asachkov/refresh-ci-scripts branch March 31, 2025 18:08
AlexeySachkov added a commit to AlexeySachkov/llvm that referenced this pull request Apr 1, 2025
Those dockerfiles were previosly renamed on `sycl` branch in
intel#16255 and intel#16680.

When we synced `.github` and `devops` changes from `sycl` to
`sycl-rel-6_1_0` in intel#17612, we copied over new versions, but
did not delete the old ones and this PR does exactly that.
AlexeySachkov added a commit that referenced this pull request Apr 1, 2025
Those dockerfiles were previosly renamed on `sycl` branch in
#16255 and #16680.

When we synced `.github` and `devops` changes from `sycl` to
`sycl-rel-6_1_0` in #17612, we copied over new versions, but
did not delete the old ones and this PR does exactly that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants