-
Notifications
You must be signed in to change notification settings - Fork 114
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 warning and compilation errors #1849
Fix warning and compilation errors #1849
Conversation
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.
LGTM, @Xewar313 thank you for fixing bug that blocks distribute-ranges compilation
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.
I've added #1851 which reverts unnecessary refactoring changes. Besides that, it would have been great to have separate PRs for each problem solved, but it is not critical, especially after merging. |
@Xewar313, do not hesitate to create a PR with the description of your contribution in https://github.com/oneapi-src/oneDPL/blob/main/CREDITS.txt if you wish it to be mentioned there. It certainly deserves it. |
When oneDPL is compiled without spirv, code in parallel_backend_sycl_radix_sort_one_wg.h causes unused variable error, so removing this variable should help.
Presence of function definitions in header files sometimes causes multiple definitions error, changing them to inline should solve the issue