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 SPIR-V isnan() builtin #710

Merged
merged 1 commit into from
Feb 18, 2022
Merged

Fix SPIR-V isnan() builtin #710

merged 1 commit into from
Feb 18, 2022

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Feb 18, 2022

The isnan builtin generation macro did not take into account the different capitalization between __spirv_IsNan and our interface __hipsycl_isnan, causing compilation error. This PR fixes this.

@illuhad illuhad merged commit baf0748 into develop Feb 18, 2022
@illuhad illuhad deleted the hotfix/spirv-isnan branch February 18, 2022 03:18
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.

None yet

1 participant