Home
last modified time | relevance | path

Searched refs:GemmThunk (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.h47 class GemmThunk : public Thunk {
51 GemmThunk(ThunkInfo thunk_info, GpuGemmConfig config,
57 GemmThunk(const GemmThunk&) = delete;
58 GemmThunk& operator=(const GemmThunk&) = delete;
Dthunk_emitter.cc48 thunks.push_back(absl::make_unique<GemmThunk>( in BuildGemmThunk()
59 return absl::make_unique<GemmThunk>( in BuildGemmThunk()
Dgemm_thunk.cc46 GemmThunk::GemmThunk(ThunkInfo thunk_info, GpuGemmConfig config, in GemmThunk() function in xla::gpu::GemmThunk
58 Status GemmThunk::ExecuteOnStream(const ExecuteParams &params) { in ExecuteOnStream()
Dir_emitter_unnested.cc1284 thunks.push_back(absl::make_unique<GemmThunk>( in EmitGemmThunkFromMlir()
1293 AddThunkToThunkSequence(absl::make_unique<GemmThunk>( in EmitGemmThunkFromMlir()