Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/
H A Dbocl_device_info.h62 cl_ulong max_mem_alloc_size_; //!< Max memory alloc size for a buffer variable
H A Dbocl_device_info.cxx86 …o(*device_, CL_DEVICE_MAX_MEM_ALLOC_SIZE, sizeof(cl_ulong), (void *)&max_mem_alloc_size_, nullptr); in bocl_device_info()
243 … << " Maximum mem object size: "<< info.max_mem_alloc_size_/1073741824.0 /*2^30 */ << " GBytes\n" in operator <<()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Ddevice.hpp436 …, CL_DEVICE_MAX_MEM_ALLOC_SIZE, sizeof(cl_ulong), static_cast<void *>(&max_mem_alloc_size_), NULL); in max_mem_alloc_size()
440 return max_mem_alloc_size_; in max_mem_alloc_size()
1382 mutable cl_ulong max_mem_alloc_size_; member in viennacl::ocl::device