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:
Kévin Petit
2020-01-31 11:46:36 +00:00
committed by GitHub
parent 695960df2e
commit cac0ab0918
23 changed files with 0 additions and 4658 deletions

View File

@@ -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
#####################################
1 #
90 C11 Atomics,c11_atomics/test_c11_atomics Pipes,pipes/test_pipes
91 Execution Model,device_execution/test_device_execution SVM,SVM/test_SVM
92 Generic Address Space,generic_address_space/test_generic_address_space Workgroups,workgroups/test_workgroups
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
Pipes,pipes/test_pipes
SVM,SVM/test_SVM
Workgroups,workgroups/test_workgroups
#####################################
93 # OpenCL 2.1 tests #####################################
94 ##################################### # OpenCL 2.1 tests
95 Device timer,device_timer/test_device_timer #####################################