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/
Dgpu_backend_lib.cc325 string libdevice_path = in LinkLibdeviceIfNecessary() local
327 if (!tensorflow::Env::Default()->FileExists(libdevice_path).ok()) { in LinkLibdeviceIfNecessary()
330 << libdevice_path; in LinkLibdeviceIfNecessary()
331 return xla::InternalError("libdevice not found at %s", libdevice_path); in LinkLibdeviceIfNecessary()
334 VLOG(1) << "Linking with libdevice from: " << libdevice_path; in LinkLibdeviceIfNecessary()
335 return LinkWithBitcodeVector(module, {libdevice_path}); in LinkLibdeviceIfNecessary()