Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp175 uint32_t maxSquareWorkGroupSize = in chooseDispatchSize() local
177 workgroupSize = std::min(workgroupSize, maxSquareWorkGroupSize); in chooseDispatchSize()