You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current progress of test_bruteforce (PR #1681 ) does not take into account difference in processing for embedded profile with cl_khr_fp16 extension. To keep the scope of changes in #1681 manageable this issue has been introduced.
The text was updated successfully, but these errors were encountered:
Call `getAllowedUlpError` to obtain the allowed ULP error for all of
the half type (fp16) tests. The aim is to standardise obtaining the
desired ULP requirement and pave the way for adding the Embedded
Profile ULP errors.
Contributes to KhronosGroup#867
Contributes to KhronosGroup#1685
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
Call `getAllowedUlpError` to obtain the allowed ULP error for all of the
half type (fp16) tests. The aim is to standardise obtaining the desired
ULP requirement and pave the way for adding the Embedded Profile ULP
errors.
Contributes to #867
Contributes to #1685
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
Current progress of
test_bruteforce
(PR #1681 ) does not take into account difference in processing for embedded profile withcl_khr_fp16
extension. To keep the scope of changes in #1681 manageable this issue has been introduced.The text was updated successfully, but these errors were encountered: