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 #2906

Merged

Conversation

samir-nasibli
Copy link
Contributor

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.

@samir-nasibli
Copy link
Contributor Author

samir-nasibli commented Sep 19, 2024

Copy link
Contributor

@ethanglaser ethanglaser left a comment

Choose a reason for hiding this comment

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

Very nice work

@ethanglaser ethanglaser merged commit 9b315cf into oneapi-src:main Sep 19, 2024
18 checks passed
@ethanglaser
Copy link
Contributor

@mergify backport rls/2025.0.0-rls

Copy link
Contributor

mergify bot commented Sep 19, 2024

backport rls/2025.0.0-rls

✅ Backports have been created

mergify bot pushed a commit that referenced this pull request Sep 19, 2024
maria-Petrova pushed a commit that referenced this pull request Sep 20, 2024
(cherry picked from commit 9b315cf)

Co-authored-by: Samir Nasibli <samir.nasibli@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants