Home
last modified time | relevance | path

Searched refs:GpuExecutable (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc57 GpuExecutable::GpuExecutable(GpuExecutable::Params params) in GpuExecutable() function in xla::gpu::GpuExecutable
76 GpuExecutable::~GpuExecutable() { in ~GpuExecutable()
94 Status GpuExecutable::CheckCompatibilityWithServiceExecutableRunOptions( in CheckCompatibilityWithServiceExecutableRunOptions()
128 Status GpuExecutable::ExecuteThunks( in ExecuteThunks()
256 StatusOr<const GpuExecutable::BufferAllocToDeviceMemoryMap*>
257 GpuExecutable::ResolveConstantGlobals(se::Stream* stream) { in ResolveConstantGlobals()
302 StatusOr<se::DeviceMemoryBase> GpuExecutable::BufferForAllocation( in BufferForAllocation()
304 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals, in BufferForAllocation()
374 StatusOr<BufferAllocations> GpuExecutable::GenerateBufferAllocations( in GenerateBufferAllocations()
376 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals, in GenerateBufferAllocations()
[all …]
Dgpu_executable.h50 class GpuExecutable : public Executable {
90 explicit GpuExecutable(Params params);
91 ~GpuExecutable() override;
161 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals,
167 const GpuExecutable::BufferAllocToDeviceMemoryMap* globals,
219 TF_DISALLOW_COPY_AND_ASSIGN(GpuExecutable);
222 StatusOr<absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>>
Dkernel_thunk.h38 class GpuExecutable; variable
60 Status Initialize(const GpuExecutable& executable,
Dir_emitter_context.h73 std::vector<GpuExecutable::ConstantInfo>& constants() { return constants_; } in constants()
98 std::vector<GpuExecutable::ConstantInfo> constants_;
Dthunk.h33 class GpuExecutable; variable
98 virtual Status Initialize(const GpuExecutable& /*executable*/, in Initialize() argument
Dfor_thunk.h40 Status Initialize(const GpuExecutable& executable,
Dsequential_thunk.h42 Status Initialize(const GpuExecutable& executable,
Dsequential_thunk.cc31 Status SequentialThunk::Initialize(const GpuExecutable& executable, in Initialize()
Dwhile_thunk.h51 Status Initialize(const GpuExecutable& executable,
Dfor_thunk.cc38 Status ForThunk::Initialize(const GpuExecutable& executable, in Initialize()
Dgpu_compiler.cc558 std::vector<GpuExecutable::ConstantInfo>* constants) { in CompileModuleToLlvmIrImpl()
902 std::vector<GpuExecutable::ConstantInfo> constants; in RunBackend()
933 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>; in RunBackend()
949 auto* gpu_executable = new GpuExecutable( in RunBackend()
1008 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo>* output_info, in GetMlirAllocationInfo()
1107 absl::flat_hash_map<ShapeIndex, GpuExecutable::OutputInfo> output_info; in CompileLmhloToExecutable()
1144 auto* gpu_executable = new GpuExecutable( in CompileLmhloToExecutable()
Dconditional_thunk.h65 Status Initialize(const GpuExecutable& executable,
Dwhile_thunk.cc46 Status WhileThunk::Initialize(const GpuExecutable& executable, in Initialize()
Dconditional_thunk.cc57 Status ConditionalThunk::Initialize(const GpuExecutable& executable, in Initialize()
Dkernel_thunk.cc43 Status KernelThunk::Initialize(const GpuExecutable& executable, in Initialize()
Dir_emitter.cc147 GpuExecutable::ConstantInfo info; in EmitConstants()
Dir_emitter_unnested.cc757 GpuExecutable::ConstantInfo info; in EmitConstant()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc53 string ptx_str(static_cast<GpuExecutable*>(executable.get())->text()); in CompileAndOptionallyVerifyPtx()
Dgemm_rewrite_test.cc47 GpuExecutable* gpu_executable = in CheckNumberOfAllocations()
48 static_cast<GpuExecutable*>(executable.get()); in CheckNumberOfAllocations()