add AMD version of VectorAdd_OpenCL, next to MiniCL (has issues with workgroup size)
This commit is contained in:
16
Demos/VectorAdd_OpenCL/CMakeLists.txt
Normal file
16
Demos/VectorAdd_OpenCL/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
IF(BUILD_MINICL_OPENCL_DEMOS)
|
||||
SUBDIRS( MiniCL )
|
||||
ENDIF()
|
||||
|
||||
IF(BUILD_AMD_OPENCL_DEMOS)
|
||||
SUBDIRS(AMD)
|
||||
ENDIF()
|
||||
|
||||
IF(BUILD_NVIDIA_OPENCL_DEMOS)
|
||||
SUBDIRS(NVidia)
|
||||
ENDIF()
|
||||
|
||||
IF(APPLE)
|
||||
SUBDIRS(Apple)
|
||||
ENDIF()
|
||||
Reference in New Issue
Block a user