Skip to content

Commit

Permalink
Update nvptx_compiler.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed May 17, 2019
1 parent 5260e5f commit 7ff9ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ string GetLibdeviceDir(const HloModuleConfig& hlo_module_config) {
"uses routines from libdevice.",
hlo_module_config);

// GetCudaRotCandidates always inclues ".", but but if everything fails, we
// GetCudaRootCandidates always inclues ".", but but if everything fails, we
// return it anyway. Better than returning the empty string.
return ".";
}
Expand Down

0 comments on commit 7ff9ac7

Please sign in to comment.