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

Method IsAdreno6xx

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

Source from the content-addressed store, hash-verified

354}
355
356bool CLDevice::IsAdreno6xx() const {
357 return IsAdreno() &&
358 isGPUVersionInRange(info_.adreno_info.gpu_version, 600, 700);
359}
360
361bool CLDevice::IsAdreno6xxOrHigher() const {
362 return IsAdreno() && info_.adreno_info.gpu_version >= 600;

Callers

nothing calls this directly

Calls 1

isGPUVersionInRangeFunction · 0.85

Tested by

no test coverage detected