SCM Repository
[diderot] / branches / vis15 / configure.ac |
Diff of /branches/vis15/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 2771, Sat Oct 11 23:42:17 2014 UTC | revision 2772, Sat Oct 11 23:47:33 2014 UTC | |
---|---|---|
# | Line 122 | Line 122 |
122 | AC_MSG_CHECKING([for NVIDIA's SDK cl.h]) | AC_MSG_CHECKING([for NVIDIA's SDK cl.h]) |
123 | if test -d /usr/local/cuda/include/CL ; then | if test -d /usr/local/cuda/include/CL ; then |
124 | HAVE_CL_H="yes" | HAVE_CL_H="yes" |
125 | CL_HEADER="/usr/local/cuda/include/CL/cl.h" | |
126 | AC_DEFINE([HAVE_CL_CL_H]) | AC_DEFINE([HAVE_CL_CL_H]) |
127 | CPPFLAGS_CL="-I/usr/local/cuda/include" | CPPFLAGS_CL="-I/usr/local/cuda/include" |
128 | fi | fi |
# | Line 149 | Line 150 |
150 | # else | # else |
151 | # error no cl.h | # error no cl.h |
152 | # endif]], | # endif]], |
153 | [[#if defined(CL_VERSION_1_1) | [[#if defined(CL_VERSION_1_2) |
154 | printf("12000\n"); | |
155 | #elif defined(CL_VERSION_1_1) | |
156 | printf("11000\n"); | printf("11000\n"); |
157 | #elif defined(CL_VERSION_1_0) | #elif defined(CL_VERSION_1_0) |
158 | printf("10000\n"); | printf("10000\n"); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |