MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / supported

Method supported

arm_compute/core/CL/CLDevice.h:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 bool supported(const std::string &extension) const override
144 {
145 return _options.extensions.count(extension) != 0;
146 }
147
148 /** Returns whether non-uniform workgroup is supported and the build options.
149 *

Callers 3

fp16_supportedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected