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

Incorrect checking for the float type support #5

Open
jungpark-mlir opened this issue May 22, 2023 · 0 comments
Open

Incorrect checking for the float type support #5

jungpark-mlir opened this issue May 22, 2023 · 0 comments

Comments

@jungpark-mlir
Copy link

This is duplication of #4
I'm opening a new one because it doesn't allow reopening the issue.

And, no, I don't agree to your answer.
cl_khr_fp16/64 are the correct flags to reflect data type support in vendor's OpenCL implementation by the specification.
CL_DEVICE_NATIVE_VECTOR_WIDTH_* are just hints given from compiler/HW capability.
Intel's implementation seems to have a bug in it and you're currently propagating the bug into your code.

``For Intel Arc GPUs I had to add an additional failsafe:`
If it's a WA for the Intel's bug, you'd better check either one of them not both of them.

Regards,
Jungwook

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

No branches or pull requests

1 participant