Skip to content

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Apr 15, 2025

Level Zero had a new full-quality release and it has binaries so we can use it now.

Also, we've had this issue forever:

The following packages have unmet dependencies:
 intel-igc-cm : Depends: intel-igc-core (>= 1.0.9995) but it is not installabl

The problem was the prerelease version of CM has bad dependencies, use the latest released version which works fine, and we don't really use CM anyway.

Formatter made me fix some unrelated areas again.

Signed-off-by: Sarnie, Nick <[email protected]>
config[platform_tag]['cm']['github_tag'] = cm['tag_name']
config[platform_tag]['cm']['version'] = cm['tag_name'].replace('cmclang-', '')
config[platform_tag]['cm']['url'] = 'https://github.com/intel/cm-compiler/releases/tag/' + cm['tag_name']
cm = get_latest_release("intel/cm-compiler", allow_prerelease=False)
Copy link
Contributor Author

@sarnex sarnex Apr 15, 2025

Choose a reason for hiding this comment

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

cm = get_latest_release("intel/cm-compiler", allow_prerelease=False)

is the only relevant change here

@sarnex sarnex temporarily deployed to WindowsCILock April 15, 2025 15:35 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock April 15, 2025 15:51 — with GitHub Actions Inactive
@sarnex sarnex temporarily deployed to WindowsCILock April 15, 2025 15:51 — with GitHub Actions Inactive
@sarnex sarnex marked this pull request as ready for review April 15, 2025 15:55
@sarnex sarnex requested a review from a team as a code owner April 15, 2025 15:55
@sarnex sarnex temporarily deployed to WindowsCILock April 15, 2025 16:19 — with GitHub Actions Inactive
@sarnex sarnex merged commit 21a5987 into intel:sycl Apr 15, 2025
35 checks passed
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.

2 participants