Home
last modified time | relevance | path

Searched refs:GpuGemmConfig (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.h37 struct GpuGemmConfig { struct
44 GpuGemmConfig GetGpuGemmConfig(const HloInstruction* gemm); argument
51 GemmThunk(ThunkInfo thunk_info, GpuGemmConfig config,
63 const GpuGemmConfig config_;
80 const GpuGemmConfig& gemm_config, se::DeviceMemoryBase lhs_buffer,
Dgemm_thunk.cc36 GpuGemmConfig GetGpuGemmConfig(const HloInstruction *gemm) { in GetGpuGemmConfig()
37 GpuGemmConfig config; in GetGpuGemmConfig()
46 GemmThunk::GemmThunk(ThunkInfo thunk_info, GpuGemmConfig config, in GemmThunk()
171 Status RunGemm(const GpuGemmConfig &gemm_config, in RunGemm()
Dthunk_emitter.cc31 GpuGemmConfig config = GetGpuGemmConfig(inst); in BuildGemmThunk()
Dgemm_algorithm_picker.cc118 GpuGemmConfig config = GetGpuGemmConfig(gemm); in DoUncachedGemmAutotune()
Dir_emitter_unnested.cc1225 GpuGemmConfig config; in EmitGemmThunkFromMlir()
1256 GpuGemmConfig config; in EmitGemmThunkFromMlir()