Home
last modified time | relevance | path

Searched defs:stream_exec (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc110 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloConvolutionCanonicalization()
161 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloPostLayoutAssignment()
350 GpuVersion NVPTXCompiler::GetGpuVersion(se::StreamExecutor* stream_exec) { in GetGpuVersion()
358 se::StreamExecutor* stream_exec, in CompileTargetBinary()
401 se::StreamExecutor* stream_exec, const string& ptx, in CompileGpuAsmOrGetCachedResult()
507 se::StreamExecutor* stream_exec, std::vector<std::vector<uint8>> modules) { in LinkModules()
Damdgpu_compiler.cc75 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloConvolutionCanonicalization()
116 GpuVersion AMDGPUCompiler::GetGpuVersion(se::StreamExecutor* stream_exec) { in GetGpuVersion()
131 se::StreamExecutor* stream_exec, in CompileTargetBinary()
Dgpu_compiler.cc173 se::StreamExecutor* stream_exec) in GpuBfloat16Support()
241 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloModule()
537 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloPostLayoutAssignment()
631 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunHloPasses()
845 se::StreamExecutor* stream_exec, in CompileToTargetBinary()
1043 std::unique_ptr<HloModule> module, se::StreamExecutor* stream_exec, in RunBackend()
1147 GpuDeviceInfo GetGpuDeviceInfo(se::StreamExecutor* stream_exec) { in GetGpuDeviceInfo()
1291 absl::string_view entry_function_name, se::StreamExecutor* stream_exec, in CompileLmhloToExecutable()
Dgemm_algorithm_picker.h32 GemmAlgorithmPicker(se::StreamExecutor* stream_exec, in GemmAlgorithmPicker()
Dgpu_conv_algorithm_picker.h40 GpuConvAlgorithmPicker(se::StreamExecutor* stream_exec, in GpuConvAlgorithmPicker()
Dgpu_compiler.h125 se::StreamExecutor* stream_exec, in LinkModules()
Dstream_executor_util.cc312 tensorflow::mutex_lock LockGpu(const se::StreamExecutor* stream_exec) { in LockGpu()
331 absl::Span<const uint8> cubin_data, se::StreamExecutor* stream_exec) { in CreateKernel()
Dgpu_conv_algorithm_picker.cc105 se::StreamExecutor* stream_exec) { in GetAlgorithms()
128 se::DeviceMemoryBase result_buffer, se::StreamExecutor* stream_exec, in GetMIOpenAlgorithms()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator_test.cc49 auto stream_exec = ExecutorForPlatformDeviceId(platform_device_id); in TEST() local
145 auto stream_exec = ExecutorForPlatformDeviceId(platform_device_id); in TEST() local
187 auto stream_exec = ExecutorForPlatformDeviceId(platform_device_id); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc45 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloConvolutionCanonicalization()
51 HloModule* hlo_module, se::StreamExecutor* stream_exec, in OptimizeHloPostLayoutAssignment()
62 GpuVersion gpu_version, se::StreamExecutor* stream_exec, bool relocatable, in CompileTargetBinary()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc106 std::unique_ptr<HloModule> hlo_module, se::StreamExecutor* stream_exec, in RunBackend()
131 std::vector<std::vector<se::StreamExecutor*>> stream_exec, in Compile()
/external/tensorflow/tensorflow/compiler/xla/
Ddevice_util.h32 string DeviceIdentifier(se::StreamExecutor* stream_exec) { in DeviceIdentifier()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc55 StreamExecutor* stream_exec = platform->ExecutorForDevice(0).ValueOrDie(); in TEST() local
130 StreamExecutor* stream_exec = platform->ExecutorForDevice(0).ValueOrDie(); in TEST() local
/external/tensorflow/tensorflow/stream_executor/
Devent.cc24 Event::Event(StreamExecutor* stream_exec) in Event()
Dstream_executor_pimpl.cc75 ScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in ScopedTracer()
116 MakeScopedTracer(StreamExecutor *stream_exec, BeginCallT begin_call, in MakeScopedTracer()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_activation.cc34 StreamExecutor* stream_exec) in ScopedActivateExecutorContext()
Dgpu_executor.h404 inline GpuExecutor* ExtractGpuExecutor(StreamExecutor* stream_exec) { in ExtractGpuExecutor()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h29 explicit DeviceHostAllocator(se::StreamExecutor* stream_exec, int numa_node, in DeviceHostAllocator()
Ddevice_mem_allocator.h31 explicit DeviceMemAllocator(se::StreamExecutor* stream_exec, in DeviceMemAllocator()
Ddevice_event_mgr_test.cc112 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
121 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in TEST() local
440 auto stream_exec = GPUMachineManager()->ExecutorForDevice(0).ValueOrDie(); in BM_no_ops() local
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc134 se::StreamExecutor* stream_exec, in LogConvAutotuneResults()
178 se::StreamExecutor* stream_exec, absl::Span<const AutotuneResult> results) { in LogFusedConvForwardAutotuneResults()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc54 se::StreamExecutor* stream_exec = stream->parent(); in CompileMlirModule() local
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.cc59 auto stream_exec = stream->parent(); in AllocateOutputMemoryWithInputReuse() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h232 std::vector<std::vector<se::StreamExecutor*>> stream_exec, in Compile()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc112 std::vector<std::vector<stream_executor::StreamExecutor*>> stream_exec, in Compile()

12