Home
last modified time | relevance | path

Searched refs:CL_DRIVER_VERSION (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Docl_gpu_device_info.cpp75 err = clGetDeviceInfo(device, CL_DRIVER_VERSION, 0, nullptr, &param_size); in init_runtime_version()
80 device, CL_DRIVER_VERSION, param_size, &driver_version[0], nullptr); in init_runtime_version()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Docl_gpu_device_info.cpp87 err = clGetDeviceInfo(device, CL_DRIVER_VERSION, 0, nullptr, &param_size); in init_runtime_version()
92 device, CL_DRIVER_VERSION, param_size, &driver_version[0], nullptr); in init_runtime_version()
/dports/astro/oskar/OSKAR-2.8.0/oskar/utility/src/
H A Doskar_device_get_info.c46 GDI(id, CL_DRIVER_VERSION, 0, 0, &len); in oskar_device_get_info_cl()
48 GDI(id, CL_DRIVER_VERSION, len, device->cl_driver_version, 0); in oskar_device_get_info_cl()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/gl/
H A Dcl_get_gl_device_info_tests.cpp88 …EVICE_OPENCL_C_VERSION, CL_DEVICE_PROFILE, CL_DEVICE_VENDOR, CL_DEVICE_VERSION, CL_DRIVER_VERSION};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/
H A Ddevice.hpp195 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
516 ((std::string, CL_DRIVER_VERSION))
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in calculate_work_size()
597 ((std::string, CL_DRIVER_VERSION)) in calculate_work_size()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/devel/boost-libs/boost_1_72_0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in vp9_preserve_existing_gf()
597 ((std::string, CL_DRIVER_VERSION)) in vp9_preserve_existing_gf()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/devel/boost-docs/boost_1_72_0/boost/compute/
H A Ddevice.hpp196 return get_info<std::string>(CL_DRIVER_VERSION); in driver_version()
597 ((std::string, CL_DRIVER_VERSION))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dhello-opencl.cpp52 cl_ok(device.getInfo(CL_DRIVER_VERSION, &driver)); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dhello-opencl.cpp52 cl_ok(device.getInfo(CL_DRIVER_VERSION, &driver)); in main()
/dports/benchmarks/clpeak/clpeak-1.1.0/src/
H A Dcommon.cpp13 devInfo.driverVersion = d.getInfo<CL_DRIVER_VERSION>(); in getDeviceInfo()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dcl_boinc.h178 #define CL_DRIVER_VERSION 0x102D macro
/dports/science/octopus/octopus-10.5/external_libs/fortrancl/
H A Dcl_constants.f90127 integer, parameter, public :: CL_DRIVER_VERSION = 4141 ! 0x102D variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/source/
H A Dopenclwrapper.cxx177 clGetDeviceInfo(deviceId, CL_DRIVER_VERSION, in createFileName()
608 nState = clGetDeviceInfo(aDeviceId, CL_DRIVER_VERSION, DEVICE_NAME_LENGTH, pDriver, nullptr); in createDeviceInfo()
822 …eInfoString(pDeviceId, CL_DEVICE_VENDOR) + " " + getDeviceInfoString(pDeviceId, CL_DRIVER_VERSION); in switchOpenCLDevice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/source/
H A Dopenclwrapper.cxx176 clGetDeviceInfo(deviceId, CL_DRIVER_VERSION, in createFileName()
608 nState = clGetDeviceInfo(aDeviceId, CL_DRIVER_VERSION, DEVICE_NAME_LENGTH, pDriver, nullptr); in createDeviceInfo()
823 …eInfoString(pDeviceId, CL_DEVICE_VENDOR) + " " + getDeviceInfoString(pDeviceId, CL_DRIVER_VERSION); in switchOpenCLDevice()
/dports/math/clfft/clFFT-2.12.2/src/callback-client/
H A DopenCL.misc.cpp102 OPENCL_V_THROW( ::clGetDeviceInfo( dId, CL_DRIVER_VERSION, 0, NULL, &driverVersionSize ), in prettyPrintDeviceInfo()
106 …OPENCL_V_THROW( ::clGetDeviceInfo( dId, CL_DRIVER_VERSION, driverVersionSize, &szDriverVersion[ 0 … in prettyPrintDeviceInfo()
/dports/math/clfft/clFFT-2.12.2/src/client/
H A DopenCL.misc.cpp102 OPENCL_V_THROW( ::clGetDeviceInfo( dId, CL_DRIVER_VERSION, 0, NULL, &driverVersionSize ), in prettyPrintDeviceInfo()
106 …OPENCL_V_THROW( ::clGetDeviceInfo( dId, CL_DRIVER_VERSION, driverVersionSize, &szDriverVersion[ 0 … in prettyPrintDeviceInfo()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-cl-enum.c192 CASE(CL_DRIVER_VERSION) // 0x102D in piglit_cl_get_enum_name()
863 CL_DRIVER_VERSION, // 5
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device_info.cpp176 …case CL_DRIVER_VERSION: getStr<CL_DRIVER_VERSION in getDeviceInfo()
H A Dcl_device_info_map.h173 template<> struct Map<CL_DRIVER_VERSION > : public ClMapBase<CL…

1234567