Skip to content

Commit 9a852f4

Browse files
authored
Enable CL beta extensions for tests (KhronosGroup#322)
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>
1 parent 02cbac3 commit 9a852f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ endif()
9393

9494
add_definitions(-DCL_TARGET_OPENCL_VERSION=300)
9595
add_definitions(-DCL_EXPERIMENTAL)
96+
add_definitions(-DCL_ENABLE_BETA_EXTENSIONS)
9697

9798
add_definitions(-DUNITY_SUPPORT_64)
9899
if( CMAKE_SIZEOF_VOID_P EQUAL 8 )
@@ -190,4 +191,4 @@ if(TARGET OpenCL::OpenCL)
190191
endif()
191192
endforeach()
192193
endforeach()
193-
endif()
194+
endif()

0 commit comments

Comments
 (0)