bullet OpenCL support for AMD (ATI) ...

jiapei100
Posts: 11
Joined: Tue Nov 17, 2009 4:47 pm

bullet OpenCL support for AMD (ATI) ...

Post by jiapei100 »

Hi, all:

I was trying to install bullet 2.77 using cmake...

Code: Select all

ccmake ../
leads to a GUI-like configuration of bullet.
However, it only contains the following options
NVIDIA_OPENCL_INCLUDES NVIDIA_OPENCL_INCLUDES-NOTFOUND
NVIDIA_OPENCL_LIBRARIES NVIDIA_OPENCL_LIBRARIES-NOTFOUND
I'm wondering how to config AMD_OPENCL since I'm using a ATI video card.
What's more, it's very strange that without configuring OPENCL,
I always obtain the following warning message
CMAKE_CXX_FLAGS_DEBUG=+-g -D_DEBUG

OPENCL NOT FOUND

OPENGL FOUND

/usr/lib/libGLU.so/usr/lib/libGL.so/usr/lib/libSM.so/usr/lib/libICE.so/usr/lib/libX11.so/usr/lib/libXext.so

GLUT FOUND

/usr/lib/libglut.so
I'm wondering if this warning message can be exempted during the configuration process??

Well, thank you very much and expecting AMD_OPENCL support.

Best Regards
JIA
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: bullet OpenCL support for AMD (ATI) ...

Post by Erwin Coumans »

There is support for AMD OpenCL SDK under Windows, it can detect the Stream SDK environment variable.

It looks like your issue has to do with a unix platform? There might be support in latest svn trunk, and otherwise we welcome contirbutions.
Thanks!
Erwin