Searched refs:getNearestPowerOfTwoWorkGroupSize (Results 1 – 2 of 2) sorted by relevance
527 tileSize = static_cast<Index>(getNearestPowerOfTwoWorkGroupSize()); in parallel_for_setup()550 static_cast<Index>(getNearestPowerOfTwoWorkGroupSize()); in parallel_for_setup()589 static_cast<Index>(getNearestPowerOfTwoWorkGroupSize()); in parallel_for_setup()676 EIGEN_STRONG_INLINE size_t getNearestPowerOfTwoWorkGroupSize() const { in getNearestPowerOfTwoWorkGroupSize() function987 EIGEN_STRONG_INLINE size_t getNearestPowerOfTwoWorkGroupSize() const { in getNearestPowerOfTwoWorkGroupSize() function988 return queue_stream()->getNearestPowerOfTwoWorkGroupSize(); in getNearestPowerOfTwoWorkGroupSize()
382 local_range = std::min(Index(dev.getNearestPowerOfTwoWorkGroupSize()), in ScanInfo()