-
Notifications
You must be signed in to change notification settings - Fork 199
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
Specify precision in the format flag for float4 hexadecimal output #2064
Conversation
MSVC outputs full precision representation with trailing zeros for "%a" specifier on Windows, which also conforms to OpenCL 3.0 specs. Signed-off-by: Cui, Dele <dele.cui@intel.com>
This comment was marked as resolved.
This comment was marked as resolved.
This will ensure consistent output on any conforming implementation. Note that the specification does not define the output style when precision is missing. Signed-off-by: Cui, Dele <dele.cui@intel.com>
Hi @svenvh, Could you help merge this PR? Thanks. I don't have permission to merge. |
We may want to leave this open for a few more days, so that other vendors have a chance to look at it. |
Understood. Thanks for the update. Will wait for further reviews. |
Close/reopen to retrigger CI. |
Hi @svenvh, Can we land this PR now ? Thanks. |
This has been open for almost 3 weeks now, and has 2 approvals, so merging. |
…hronosGroup#2064) This will ensure consistent output on any conforming implementation. Note that the specification does not define the output style when precision is missing. --------- Signed-off-by: Cui, Dele <dele.cui@intel.com>
…hronosGroup#2064) This will ensure consistent output on any conforming implementation. Note that the specification does not define the output style when precision is missing. --------- Signed-off-by: Cui, Dele <dele.cui@intel.com>
…hronosGroup#2064) This will ensure consistent output on any conforming implementation. Note that the specification does not define the output style when precision is missing. --------- Signed-off-by: Cui, Dele <dele.cui@intel.com>
This will ensure consistent output on any conforming implementation.
Note that the specification does not define the output style when
precision is missing.