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

Remove non standard function calls, and use qualified name for half #100

Closed
wants to merge 2 commits into from

Conversation

sbalint98
Copy link
Contributor

@sbalint98 sbalint98 commented Jun 9, 2021

Description

This replaces the get_cl_code() calls that are not part of the SYCL standard with the standardized .what() function calls. furthermore, it adds qualification for the half and other types where necessary. This PR as described in #99 necessary for adding support for using hipSYCL with oneMKL.

Checklist

All Submissions

  • Do all unit tests pass locally? Attach a log.
  • Have you formatted the code using clang-format?

@sbalint98 sbalint98 changed the title Remove non standard function calls, and us qualified name for half Remove non standard function calls, and use qualified name for half Jun 9, 2021
@mmeterel
Copy link
Contributor

mmeterel commented Jun 9, 2021

@sbalint98 Thanks for the PR. Could you please split this into two separate PRs? One for .what() and other for type qualification changes?
Type qualification changes are part of the PR I am working on.

@sbalint98
Copy link
Contributor Author

sure, closing this and opening two new PRs

@sbalint98 sbalint98 closed this Jun 9, 2021
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.

2 participants