mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Test feature macro OpenCL 3.0 (#762)
* Test feature macro OpenCL 3.0 * Test feature macro OpenCL 3.0 - refactor to template function * Use test_error and format fix issues * Fix returned value type for CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE * Code format fix * Feature macro test - refactor code to have one test case * add consistency checking comparing supported features to CL_DEVICE_OPENCL_C_FEATURES * fix minor issues * Feature macro test - fix test version * Feature macro test - add -cl-std=CL3.0 build option * Feature macro test - compilation errors * Feature macro test - compilation errors OSX * Feature macro test - fix adding build options * Feature macro test - share function OutputBuildLogs * Feature macro test - back removed cases * Feature macro test - review fixes * Feature macro test - split check image formats * Feature macro test - fixed version
This commit is contained in:
committed by
GitHub
parent
eb1bb88a19
commit
e1cf741f1c
@@ -212,7 +212,8 @@ extern int test_compile_and_link_status_options_log(cl_device_id deviceID,
|
||||
|
||||
extern int test_pragma_unroll(cl_device_id deviceID, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
|
||||
extern int test_features_macro(cl_device_id deviceID, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_unload_valid(cl_device_id deviceID, cl_context context,
|
||||
cl_command_queue queue, int num_elements);
|
||||
extern int test_unload_invalid(cl_device_id deviceID, cl_context context,
|
||||
|
||||
Reference in New Issue
Block a user