Initial open source release of OpenCL 2.2 CTS.

This commit is contained in:
Kedar Patil
2017-05-16 18:25:37 +05:30
parent 6911ba5116
commit 2821bf1323
1035 changed files with 343518 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
if(NOT MSVC)
# IGL: Force no optimizations
set(CMAKE_C_FLAGS_RELEASE "-O0")
set(CMAKE_CXX_FLAGS_RELEASE "-O0")
endif(NOT MSVC)
add_subdirectory(clCopyImage)
add_subdirectory(clFillImage)
add_subdirectory(clGetInfo)
add_subdirectory(clReadWriteImage)
add_subdirectory(kernel_image_methods)
add_subdirectory(kernel_read_write)
add_subdirectory(samplerlessReads)