Home
last modified time | relevance | path

Searched refs:device_local_mem_type (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/characterize/
H A D__init__.py169 if dev.local_mem_type == cl.device_local_mem_type.GLOBAL:
/dports/devel/py-pyopencl/pyopencl-2018.2/src/
H A Dwrap_constants.cpp16 class device_local_mem_type { }; class
484 py::class_<device_local_mem_type> cls(m, "device_local_mem_type"); in pyopencl_expose_constants()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c7833 device_param->device_local_mem_type = CL_LOCAL; in backend_ctx_devices_init()
8217 device_param->device_local_mem_type = CL_LOCAL; in backend_ctx_devices_init()
8817 cl_device_local_mem_type device_local_mem_type; in backend_ctx_devices_init() local
8819 …am->opencl_device, CL_DEVICE_LOCAL_MEM_TYPE, sizeof (device_local_mem_type), &device_local_mem_typ… in backend_ctx_devices_init()
8825 device_param->device_local_mem_type = device_local_mem_type; in backend_ctx_devices_init()
8837 if (device_local_mem_type == CL_LOCAL) in backend_ctx_devices_init()
8857 if (device_local_mem_type == CL_LOCAL) in backend_ctx_devices_init()
11472 …TACK_EXEC=%u -D ATTACK_KERN=%u -D ATTACK_MODE=%u ", device_param->device_local_mem_type, device_pa… in backend_session_begin()
11474 …K_EXEC=%u -D ATTACK_KERN=%u -D ATTACK_MODE=%u -w ", device_param->device_local_mem_type, device_pa… in backend_session_begin()
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A D__init__.py63 device_local_mem_type,
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h1121 int device_local_mem_type; member