mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Basic conformance testing for the cl_khr_device_uuid extension. Checks that the ID queries return the right sizes and that the returned IDs are stable across two calls to clGetDeviceInfo. If device LUID validity is true, also checks that one and only one bit is set in the device node mask. Signed-off-by: Einar Hov <einar.hov@arm.com>
10 lines
161 B
CMake
10 lines
161 B
CMake
set(MODULE_NAME computeinfo)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
device_uuid.cpp
|
|
extended_versioning.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|