Home
last modified time | relevance | path

Searched defs:DeviceMaxWorkGroupSize (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime_wrapper.cc131 uint64_t OpenCLRuntimeWrapper::DeviceMaxWorkGroupSize() { in DeviceMaxWorkGroupSize() function in mindspore::registry::opencl::OpenCLRuntimeWrapper
Dopencl_runtime.cc340 uint64_t OpenCLRuntime::DeviceMaxWorkGroupSize() const { return max_work_group_size_; } in DeviceMaxWorkGroupSize() function in mindspore::lite::opencl::OpenCLRuntime