Home
last modified time | relevance | path

Searched refs:getDeviceSupportsExtension (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/core/runtime/
H A DOpenCLRuntime.cpp26 bool OpenCLRuntime::getDeviceSupportsExtension(const cl::Device &device, const char *extensionName)… in getDeviceSupportsExtension() function in MNN::OpenCLRuntime
142 … if(getDeviceSupportsExtension(*(mFirstGPUDevicePtr.get()), "cl_arm_integer_dot_product_int8")){ in OpenCLRuntime()
145 …if(getDeviceSupportsExtension(*(mFirstGPUDevicePtr.get()), "cl_arm_integer_dot_product_accumulate_… in OpenCLRuntime()
H A DOpenCLRuntime.hpp110 bool getDeviceSupportsExtension(const cl::Device &device, const char *extensionName);