mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Adds test to confirm that the timestamp returned from clGetEventProfilingInfo for an event on a device and a device timestamp queried from the same device are in the same timebase. Fixes #753 Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com> --------- Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com>
16 lines
255 B
CMake
16 lines
255 B
CMake
set(MODULE_NAME PROFILING)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
readArray.cpp
|
|
writeArray.cpp
|
|
readImage.cpp
|
|
writeImage.cpp
|
|
copy.cpp
|
|
execute.cpp
|
|
execute_multipass.cpp
|
|
profiling_timebase.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|