Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc308 string libdevice_path = tensorflow::io::JoinPath( in LinkLibdeviceIfNecessary() local
311 TF_RETURN_IF_ERROR(tensorflow::Env::Default()->FileExists(libdevice_path)); in LinkLibdeviceIfNecessary()
312 VLOG(1) << "Linking with libdevice from: " << libdevice_path; in LinkLibdeviceIfNecessary()
314 LoadIRModule(libdevice_path, &module->getContext()); in LinkLibdeviceIfNecessary()
323 absl::StrCat("Error linking libdevice from ", libdevice_path)); in LinkLibdeviceIfNecessary()