-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Add workflow to test Joint Matrix with development version of IGC in pre-commit #11552
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
Conversation
compute_runtime_tag=${{fromJson(steps.deps.outputs.deps).linux.compute_runtime.github_tag}} | ||
igc_dev_hash=${{fromJson(steps.deps.outputs.deps).linux.igc_dev.github_hash}} | ||
cm_tag=${{fromJson(steps.deps.outputs.deps).linux.cm.github_tag}} | ||
level_zero_tag=${{fromJson(steps.deps.outputs.deps).linux.level_zero.github_tag}} | ||
tbb_tag=${{fromJson(steps.deps.outputs.deps).linux.tbb.github_tag}} | ||
fpgaemu_tag=${{fromJson(steps.deps.outputs.deps).linux.fpgaemu.github_tag}} | ||
cpu_tag=${{fromJson(steps.deps.outputs.deps).linux.oclcpu.github_tag}} |
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.
Do we really need these? If so, why?
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.
@YuriPlyakhin, could you please answer these questions if you plan to get this PR merged?
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.
Sure, the PR is not ready yet
This is the 1st PR in prepare of enabling dev IGC test for some of the t stSYCL tests. Ref: #11552
I will implement the workflow, split it into multiple PRs so that we can can review and test each change better. 1st PR posted: #13184 |
This is the 1st PR in prepare of enabling dev IGC test for some of the SYCL tests. Ref: #11552 Tested https://github.com/intel/llvm/actions/runs/8461815185/job/23182202059
- Add flag in install_driver to install igc dev driver - Add options to build devigc containers Ref: #11552
Developers can choose the docker image by label. Ref: #11552
No description provided.