Home
last modified time | relevance | path

Searched refs:max_compute_units_ (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/
H A Dbocl_device_info.cxx101 …Info(*device_, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(cl_uint), (void *)&max_compute_units_, nullptr); in bocl_device_info()
239 s << " Number of compute units: " << info.max_compute_units_ << '\n' in operator <<()
262 << " NUMBER OF MULTIPROCESSORS: " << info.max_compute_units_ << '\n' in operator <<()
H A Dbocl_device_info.h66 cl_uint max_compute_units_; //!< Max compute units variable
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Ddevice.hpp400 …ce_, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(cl_uint), static_cast<void *>(&max_compute_units_), NULL); in max_compute_units()
404 return max_compute_units_; in max_compute_units()
1373 mutable cl_uint max_compute_units_; member in viennacl::ocl::device