Home
last modified time | relevance | path

Searched refs:CL_DEVICE_NAME (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/compute/example/
Dopencl_test.cpp136 ret = clGetDeviceInfo(device, CL_DEVICE_NAME, 0, NULL, &name_length); in main()
144 ret = clGetDeviceInfo(device, CL_DEVICE_NAME, name_length, name, NULL); in main()
/third_party/boost/libs/compute/perf/
Dperf_bolt_fill.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_sort.cpp28 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_accumulate.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_exclusive_scan.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_partial_sum.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_count.cpp34 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_inner_product.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_max_element.cpp34 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_merge.cpp29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
Dperf_bolt_saxpy.cpp42 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl;
Dperf_bolt_reduce_by_key.cpp53 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
/third_party/boost/boost/compute/
Ddevice.hpp172 return get_info<std::string>(CL_DEVICE_NAME); in name()
581 ((std::string, CL_DEVICE_NAME))
/third_party/boost/libs/compute/include/boost/compute/
Ddevice.hpp172 return get_info<std::string>(CL_DEVICE_NAME); in name()
581 ((std::string, CL_DEVICE_NAME))
/third_party/flutter/skia/tools/
Dhello-opencl.cpp48 cl_ok(device.getInfo(CL_DEVICE_NAME, &name)); in main()
/third_party/boost/libs/compute/test/
Dtest_device.cpp233 std::cout << device.get_info<CL_DEVICE_NAME>() << std::endl; in BOOST_AUTO_TEST_CASE()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp324 case CL_DEVICE_NAME: in clGetDeviceInfo()
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc86 std::string device_name = devices[0].getInfo<CL_DEVICE_NAME>(); in InitGPUDevice()
107 const std::string device_name = device_->getInfo<CL_DEVICE_NAME>(); in InitGPUDevice()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp314 case CL_DEVICE_NAME: in FromCLenum()
542 return CL_DEVICE_NAME; in ToCLenum()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h277 #define CL_DEVICE_NAME 0x102B macro
Dcl2.hpp1157 F(cl_device_info, CL_DEVICE_NAME, string) \
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c182 { "device_name", CL_DEVICE_NAME },
552 CL_DEVICE_NAME); in opencl_device_create_internal()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h346 #define CL_DEVICE_NAME 0x102B macro
/third_party/mesa3d/include/CL/
Dcl.h344 #define CL_DEVICE_NAME 0x102B macro
/third_party/opencl-headers/CL/
Dcl.h346 #define CL_DEVICE_NAME 0x102B macro

12