Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/registry/
H A DOpenCLGpuRegistry.h87 size_t getMaxWorkGroupSize() const { in getMaxWorkGroupSize() function
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/core/runtime/
H A DOpenCLRuntime.cpp376 uint64_t OpenCLRuntime::getMaxWorkGroupSize(const cl::Kernel &kernel) { in getMaxWorkGroupSize() function in MNN::OpenCLRuntime