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

Added fp16 and fp64 api consistency tests #2058

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kamil-goras-mobica
Copy link
Contributor

Copy link
Member

@svenvh svenvh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest fixes LGTM; left a question for other reviewers.

sizeof(value), &value, nullptr);
test_error(error, "Unable to get device CL_DEVICE_DOUBLE_FP_CONFIG");
test_assert_error(
value > 0, "CL_DEVICE_DOUBLE_FP_CONFIG must return nonzero value");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a question for other reviewers or @bashbaug: the specification states some minimum double precision floating-point capabilities that we could check here instead of only checking that value > 0. Would that be worth adding?
(and likewise for half precision)

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