Home
last modified time | relevance | path

Searched refs:GemmAlgorithmPicker (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.h30 class GemmAlgorithmPicker : public HloModulePass {
32 GemmAlgorithmPicker(se::StreamExecutor* stream_exec, in GemmAlgorithmPicker() function
Dgemm_algorithm_picker.cc315 StatusOr<bool> GemmAlgorithmPicker::Run(HloModule* module) { in Run()
Dnvptx_compiler.cc178 post_pipeline.AddPass<GemmAlgorithmPicker>(stream_exec, device_allocator); in OptimizeHloPostLayoutAssignment()