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

FIX: Kmeans timeouts issue on GPU for sparse inputs (backport #2906) #2907

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 19, 2024

Description

Migration to the new icx compiler from icc caused timeouts for Kmeans sparse GPU inputs.
Issue was in the kernel

const auto local_id = it.get_local_id(1);
where iterator wrongly gets id.


This is an automatic backport of pull request #2906 done by [Mergify](https://mergify.com).

@ethanglaser
Copy link
Contributor

/intelci: run

@samir-nasibli
Copy link
Contributor

CI looks good. Fails in CI not related with the changes. Already validated on #2906

Copy link

@syakov-intel syakov-intel left a comment

Choose a reason for hiding this comment

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

approved

@maria-Petrova maria-Petrova merged commit 6f26c85 into rls/2025.0.0-rls Sep 20, 2024
14 of 15 checks passed
@napetrov napetrov deleted the mergify/bp/rls/2025.0.0-rls/pr-2906 branch October 28, 2024 16:12
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.

5 participants