MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsAdreno3xx

Method IsAdreno3xx

tensorflow/lite/delegates/gpu/cl/cl_device.cc:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339bool CLDevice::IsAdreno() const { return info_.vendor == Vendor::QUALCOMM; }
340
341bool CLDevice::IsAdreno3xx() const {
342 return IsAdreno() &&
343 isGPUVersionInRange(info_.adreno_info.gpu_version, 300, 400);
344}
345
346bool CLDevice::IsAdreno4xx() const {
347 return IsAdreno() &&

Callers 8

CompileMethod · 0.80
CompileMethod · 0.80
UseFP16SIMDFunction · 0.80
CompileMethod · 0.80
CompileMethod · 0.80

Calls 1

isGPUVersionInRangeFunction · 0.85

Tested by

no test coverage detected