mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Migrate computeinfo suite to the new test registration framework (#2320)
Contributes to #2181. Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
This commit is contained in:
@@ -18,11 +18,10 @@
|
||||
#include "harness/testHarness.h"
|
||||
#include "harness/deviceInfo.h"
|
||||
|
||||
int test_conformance_version(cl_device_id deviceID, cl_context context,
|
||||
cl_command_queue ignoreQueue, int num_elements)
|
||||
REGISTER_TEST_VERSION(conformance_version, Version(3, 0))
|
||||
{
|
||||
std::string version_string{ get_device_info_string(
|
||||
deviceID, CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED) };
|
||||
device, CL_DEVICE_LATEST_CONFORMANCE_VERSION_PASSED) };
|
||||
|
||||
// Latest conformance version passed should match vYYYY-MM-DD-XX, where XX
|
||||
// is a number
|
||||
|
||||
Reference in New Issue
Block a user