Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceSycl.h527 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() function
987 EIGEN_STRONG_INLINE size_t getNearestPowerOfTwoWorkGroupSize() const { in getNearestPowerOfTwoWorkGroupSize() function
988 return queue_stream()->getNearestPowerOfTwoWorkGroupSize(); in getNearestPowerOfTwoWorkGroupSize()
DTensorScanSycl.h382 local_range = std::min(Index(dev.getNearestPowerOfTwoWorkGroupSize()), in ScanInfo()