Home
last modified time | relevance | path

Searched refs:cl_ext (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/pocl/pocl-1.8/lib/CL/
H A Dpocl_llvm_build.cc269 std::string cl_ext; local
277 cl_ext += "+";
278 cl_ext += tok.str();
279 cl_ext += ",";
282 if (!cl_ext.empty()) {
283 cl_ext.back() = ' '; // replace last "," with space
284 ss << "-cl-ext=-all," << cl_ext;
/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/
H A Dmeson.build12 'cl_ext.h',
/dports/math/onednn/oneDNN-2.5.1/cmake/
H A DSYCL.cmake109 # #pragma message("The Intel extensions have been moved into cl_ext.h.
110 # Please include cl_ext.h directly.")
/dports/devel/hwloc/hwloc-1.11.13/tests/ports/
H A DMakefile.am152 include/opencl/CL/cl_ext.h
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-libs/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/libosmesa/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-dri/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/lang/clover/mesa-21.3.6/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DProgram.cpp315 std::string cl_ext("-cl-ext=-all"); local
319 cl_ext += ",+" + std::string(EXTENSIONS[i]);
321 args.push_back(cl_ext.c_str());
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_create_sampler_with_properties_tests.inl11 #include "CL/cl_ext.h"
/dports/graphics/mesa-dri-classic/mesa-20.2.3/include/
H A Dmeson.build133 'CL/cl_ext.h',
/dports/devel/hwloc/hwloc-1.11.13/include/private/autogen/
H A Dconfig.h.in36 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
264 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/private/autogen/
H A Dconfig.h.in36 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
293 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/private/autogen/
H A Dconfig.h.in36 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
293 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/autogen/
H A Dconfig.h.in36 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
293 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/devel/hwloc/hwloc-1.11.13/config/
H A Dhwloc.m4832 AC_CHECK_HEADERS([OpenCL/cl_ext.h], [
851 AC_CHECK_HEADERS([CL/cl_ext.h], [
866 …C_CHECK_DECLS([CL_DEVICE_TOPOLOGY_AMD],[hwloc_opencl_amd_happy=yes],[:],[[#include <CL/cl_ext.h>]])
/dports/devel/hwloc2/hwloc-2.5.0/include/private/autogen/
H A Dconfig.h.in36 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
299 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/include/
H A Dhydra_config.h.in30 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
316 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/include/
H A Dhydra_config.h.in39 /* Define to 1 if you have the <CL/cl_ext.h> header file. */
340 /* Define to 1 if you have the <OpenCL/cl_ext.h> header file. */

12345