mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Test cl_ext_cxx_for_opencl (#1095)
Add tests for API extension for compilation of kernels in C++ for OpenCL language. * Test that -cl-std=CLC++ is accepted and a basic kernel with C++ features is compiled. * Test that API extension reports the same language version as __OPENCL_CPP_VERSION__. This commit also adds a separate folder for extension tests. Signed-off-by: Victoria Holodovsky <victoria.holodovsky@arm.com> Co-authored-by: Victoria Holodovsky <victoria.holodovsky@arm.com>
This commit is contained in:
committed by
GitHub
parent
901f5fcb63
commit
ffa75c37ce
@@ -21,6 +21,7 @@ if(D3D11_IS_SUPPORTED)
|
||||
endif(D3D11_IS_SUPPORTED)
|
||||
add_subdirectory( device_partition )
|
||||
add_subdirectory( events )
|
||||
add_subdirectory( extensions )
|
||||
add_subdirectory( geometrics )
|
||||
if(GL_IS_SUPPORTED)
|
||||
add_subdirectory( gl )
|
||||
|
||||
Reference in New Issue
Block a user