OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_work_group_size
(Results
1 - 6
of
6
) sorted by null
/external/libxcam/modules/ocl/
cl_device.h
36
size_t
max_work_group_size
;
member in struct:XCam::CLDevieInfo
42
,
max_work_group_size
(0)
cl_device.cpp
136
device_info.
max_work_group_size
,
179
XCAM_CL_GET_DEVICE_INFO (CL_DEVICE_MAX_WORK_GROUP_SIZE, info.
max_work_group_size
);
180
XCAM_CL_GET_DEVICE_INFO (CL_DEVICE_MAX_WORK_GROUP_SIZE, info.
max_work_group_size
);
cl_kernel.cpp
399
work_group_size == 0 || work_group_size <= dev_info.
max_work_group_size
,
402
_name, work_group_size, (uint32_t)dev_info.
max_work_group_size
);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclRun.h
40
size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::
max_work_group_size
>()/2;
TensorReductionSycl.h
119
size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::
max_work_group_size
>()/2;
192
size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::
max_work_group_size
>()/2;
/external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c
5604
unsigned
max_work_group_size
=
local
[
all
...]
Completed in 350 milliseconds