-
Notifications
You must be signed in to change notification settings - Fork 68
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
Move description of "half" to the right table #83
Move description of "half" to the right table #83
Conversation
half is not a C++ native type but an additional SYCL scalar data type. This should close KhronosGroup#40
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.
👍
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. I believe that size_t has the same problem and should be moved as well. It's not a fundamental type in C++.
6406e43
to
92121bb
Compare
Good point. Since I was working on it I also removed Since it does exist in C++ already it does not to be declared under |
`cl::sycl::half` has been added to the specification by KhronosGroup/SYCL-Docs#83.
`cl::sycl::half` has been added to the specification by KhronosGroup/SYCL-Docs#83.
half is not a C++ native type but an additional SYCL scalar data type.
This should close #40
Also remove std::size_t from the table about fundamental types.