Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddevice_memory_allocator.cc27 StreamExecutorMemoryAllocator::StreamExecutorMemoryAllocator( in StreamExecutorMemoryAllocator() function in xla::StreamExecutorMemoryAllocator
33 StatusOr<OwningDeviceMemory> StreamExecutorMemoryAllocator::Allocate( in Allocate()
50 Status StreamExecutorMemoryAllocator::Deallocate(int device_ordinal, in Deallocate()
62 StatusOr<se::StreamExecutor*> StreamExecutorMemoryAllocator::GetStreamExecutor( in GetStreamExecutor()
80 bool StreamExecutorMemoryAllocator::AllowsAsynchronousDeallocation() const { in AllowsAsynchronousDeallocation()
Ddevice_memory_allocator.h79 class StreamExecutorMemoryAllocator : public DeviceMemoryAllocator {
81 StreamExecutorMemoryAllocator(
Dbackend.h182 std::unique_ptr<StreamExecutorMemoryAllocator> memory_allocator_;
Dshaped_buffer_test.cc37 xla::StreamExecutorMemoryAllocator allocator(platform, executors); in TEST()
Dbackend.cc159 memory_allocator_ = absl::make_unique<StreamExecutorMemoryAllocator>( in Backend()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.h42 class TestAllocator : public StreamExecutorMemoryAllocator {
45 : StreamExecutorMemoryAllocator( in TestAllocator()
Dlocal_client_test_base.cc48 return StreamExecutorMemoryAllocator::Allocate(device_ordinal, size, in Allocate()
59 return StreamExecutorMemoryAllocator::Deallocate(device_ordinal, mem); in Deallocate()
Ddynamic_ops_test.cc739 StreamExecutorMemoryAllocator allocator(platform, executors); in BM_DynamicSlice()
Dlocal_client_execute_test.cc903 StreamExecutorMemoryAllocator allocator(platform, executors); in BM_LocalClientOverhead()
Dfusion_test.cc833 StreamExecutorMemoryAllocator allocator(platform, executors); in BM_ParallelFusion()
Dwhile_test.cc1268 StreamExecutorMemoryAllocator allocator(platform, executors); in BM_WhileLoop()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator_test.cc73 StreamExecutorMemoryAllocator allocator_;
Dcusolver_rewriter.cc179 absl::optional<StreamExecutorMemoryAllocator> se_allocator; in RunOnComputation()
Dcudnn_conv_algorithm_picker.cc166 optional<StreamExecutorMemoryAllocator> se_allocator; in PickBestAlgorithm()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc274 StreamExecutorMemoryAllocator allocator( in ReplayComputation()