mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove last compatibility tests (#572)
They were a duplicate of the non-compatibility version. The non-compatibility version assumed that BGRA formats aren't required for implementations that support the embedded profile, while the compatibility version didn't. The unified specification doesn't currently document any format requirements for the embedded profile but the OpenCL 1.2 specification did and no BGRA format was part of the list. The consensus from the Working Group is that BGRA formats are not a requirement of the embedded profile and the specification will be changed to reflect this (see https://github.com/KhronosGroup/OpenCL-Docs/issues/201). Closes #494. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -90,11 +90,6 @@ Math,math_brute_force/bruteforce
|
||||
Integer Ops,integer_ops/test_integer_ops
|
||||
Half Ops,half/test_half
|
||||
|
||||
# #########################################
|
||||
# Compatibility with Previous Versions
|
||||
# #########################################
|
||||
Basic 1.2,compatibility/test_conformance/basic/test_basic
|
||||
|
||||
#####################################
|
||||
# OpenCL 2.0 tests
|
||||
#####################################
|
||||
|
||||
|
Reference in New Issue
Block a user