add AMD version of VectorAdd_OpenCL, next to MiniCL (has issues with workgroup size)
This commit is contained in:
@@ -25,7 +25,7 @@ else (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( ${SharedDemoSubdirs}
|
||||
ThreadingDemo
|
||||
MultiThreadedDemo
|
||||
MiniCL_VectorAdd
|
||||
VectorAdd_OpenCL
|
||||
ParticlesOpenCL
|
||||
)
|
||||
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
@@ -46,7 +46,7 @@ SUBDIRS(
|
||||
GenericJointDemo
|
||||
SerializeDemo
|
||||
SoftDemo
|
||||
MiniCL_VectorAdd
|
||||
VectorAdd_OpenCL
|
||||
)
|
||||
|
||||
ENDIF (USE_GLUT)
|
||||
Reference in New Issue
Block a user