Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_diagnostics.cc107 string Diagnostician::GetDevNodePath(int dev_node_ordinal) { in GetDevNodePath()
111 void Diagnostician::LogDiagnosticInformation() { in LogDiagnosticInformation()
118 /* static */ void Diagnostician::LogDriverVersionInformation() { in LogDriverVersionInformation()
156 port::StatusOr<DriverVersion> Diagnostician::FindDsoVersion() { in FindDsoVersion()
196 port::StatusOr<DriverVersion> Diagnostician::FindKernelModuleVersion( in FindKernelModuleVersion()
217 void Diagnostician::WarnOnDsoKernelMismatch( in WarnOnDsoKernelMismatch()
233 port::StatusOr<DriverVersion> Diagnostician::FindKernelDriverVersion() { in FindKernelDriverVersion()
Drocm_diagnostics.h36 using Diagnostician = gpu::Diagnostician; variable
Drocm_gpu_executor.cc836 rocm::DriverVersionStatusToString(Diagnostician::FindDsoVersion()) in CreateDeviceDescription()
Drocm_driver.cc305 Diagnostician::LogDiagnosticInformation(); in InternalInit()
Drocm_dnn.cc622 auto result = rocm::Diagnostician::FindKernelDriverVersion(); in Init()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_diagnostics.cc125 std::string Diagnostician::GetDevNodePath(int dev_node_ordinal) { in GetDevNodePath()
129 void Diagnostician::LogDiagnosticInformation() { in LogDiagnosticInformation()
175 /* static */ void Diagnostician::LogDriverVersionInformation() { in LogDriverVersionInformation()
218 port::StatusOr<DriverVersion> Diagnostician::FindDsoVersion() { in FindDsoVersion()
284 port::StatusOr<DriverVersion> Diagnostician::FindKernelModuleVersion( in FindKernelModuleVersion()
305 void Diagnostician::WarnOnDsoKernelMismatch( in WarnOnDsoKernelMismatch()
322 port::StatusOr<DriverVersion> Diagnostician::FindKernelDriverVersion() { in FindKernelDriverVersion()
Dcuda_diagnostics.h36 using Diagnostician = gpu::Diagnostician; variable
Dcuda_gpu_executor.cc983 cuda::DriverVersionStatusToString(Diagnostician::FindDsoVersion())); in CreateDeviceDescription()
Dcuda_driver.cc331 Diagnostician::LogDiagnosticInformation(); in InternalInit()
Dcuda_dnn.cc341 auto result = gpu::Diagnostician::FindKernelDriverVersion(); in Init()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_diagnostics.h43 class Diagnostician {
93 SE_DISALLOW_COPY_AND_ASSIGN(Diagnostician);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc249 auto version_or_status = se::cuda::Diagnostician::FindKernelDriverVersion(); in WarnIfBadDriverJITVersion()