Searched refs:GetStreamExecutors (Results 1 – 11 of 11) sorted by relevance
57 static StatusOr<std::vector<se::StreamExecutor*>> GetStreamExecutors(
165 PlatformUtil::GetStreamExecutors( in GetStreamExecutors() function in xla::PlatformUtil
88 PlatformUtil::GetStreamExecutors(platform, options.allowed_devices())); in CreateBackend()
34 xla::PlatformUtil::GetStreamExecutors(platform)); in TEST()
50 platform, PlatformUtil::GetStreamExecutors(platform).ValueOrDie()) { in TestAllocator()
129 stream_executor_ = PlatformUtil::GetStreamExecutors(local_client_->platform()) in LocalClientTestBase()
755 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_DynamicSlice()
951 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_LocalClientOverhead()
831 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_ParallelFusion()
1266 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_WhileLoop()
1815 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in DOT_ReorderContracting()