[GRASS-dev] [GRASS GIS] #1446: add --with-opencl support to ./configure
GRASS GIS
trac at osgeo.org
Tue Apr 9 02:08:43 PDT 2013
#1446: add --with-opencl support to ./configure
------------------------------------------------+---------------------------
Reporter: hamish | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: OpenCL, configure, smp, gpu, r.sun | Platform: All
Cpu: All |
------------------------------------------------+---------------------------
Comment(by hamish):
I've got these headers in the /opt/AMDAPP/include/CL directory; which
should we search for as part of the ./configure --with-opencl check?
{{{
cl.h
cl.hpp
cl_ext.h
cl_gl.h
cl_gl_ext.h
cl_platform.h
opencl.h
}}}
my i7 3770 intel driver is not a Xeon, so no OpenCL support for linux yet,
and my nvidia system + proprietary driver supplies:
{{{
/usr/lib/libOpenCL.so
/usr/include/nvidia-current/CL/cl.h
/usr/include/nvidia-current/CL/cl_platform.h
/usr/include/nvidia-current/CL/cl_gl.h
}}}
from the nvidia-current-dev package.
so the 3 header files from the nvidia package seem to be the common ones
to check for. maybe cl.h is enough to look for?
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1446#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list