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

oneAPI 2024.1.0 Support, main branch (2024.05.15.) #591

Merged
merged 1 commit into from
May 15, 2024

Conversation

krasznaa
Copy link
Member

This is a sibling of acts-project/detray#734. The reason for making these changes is explained in that PR. 😉

Long story short, we need to handle floating point numbers with fabs in device code. 😉

This is needed for oneAPI 2024.1.0 compatibility, as it now
envforces the SYCL standard that sycl::abs can only be used
on integer values. (Though this update could help CUDA code
a little as well...)
@krasznaa krasznaa added the improvement Improve an existing feature label May 15, 2024
@krasznaa krasznaa requested a review from beomki-yeo May 15, 2024 13:25
Copy link
Contributor

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

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

Looks good to me

@krasznaa krasznaa merged commit 5241492 into acts-project:main May 15, 2024
17 of 18 checks passed
@krasznaa krasznaa deleted the SYCLAbsFixes-main-20240515 branch May 15, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants