Skip to content

Bugfix incorrect __get_sycl_range#2520

Merged
danhoeflinger merged 1 commit into
mainfrom
dev/dhoeflin/esimd_sycl_range_fix
Nov 19, 2025
Merged

Bugfix incorrect __get_sycl_range#2520
danhoeflinger merged 1 commit into
mainfrom
dev/dhoeflin/esimd_sycl_range_fix

Conversation

@danhoeflinger
Copy link
Copy Markdown
Contributor

In #2519 I found an issue in esimd_radix_sort_by_key where the wrong __get_sycl_range struct was used for keys_out and vals_out.

This should be fixed for the coming release, where that is targeted at a future release.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a bug where incorrect variable names were used when creating SYCL ranges for output iterators in the radix_sort_by_key function. The variables __keys_keep and __vals_keep were mistakenly used instead of the correctly declared __keys_out_keep and __vals_out_keep.

Key Changes:

  • Corrected variable reference from __keys_keep to __keys_out_keep on line 164
  • Corrected variable reference from __vals_keep to __vals_out_keep on line 167

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@danhoeflinger danhoeflinger merged commit 6eb9db5 into main Nov 19, 2025
24 checks passed
@danhoeflinger danhoeflinger deleted the dev/dhoeflin/esimd_sycl_range_fix branch November 19, 2025 19:00
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