Update nvptx_compiler.cc

This commit is contained in:
Yuxin Wu 2019-05-17 13:19:55 -07:00 committed by GitHub
parent 5260e5f979
commit 7ff9ac7874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ".";
}