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.cc106 string Diagnostician::GetDevNodePath(int dev_node_ordinal) { in GetDevNodePath()
110 void Diagnostician::LogDiagnosticInformation() { in LogDiagnosticInformation()
117 /* static */ void Diagnostician::LogDriverVersionInformation() { in LogDriverVersionInformation()
155 port::StatusOr<DriverVersion> Diagnostician::FindDsoVersion() { in FindDsoVersion()
195 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.cc883 rocm::DriverVersionStatusToString(Diagnostician::FindDsoVersion()) in PopulateDeviceDescription()
Drocm_driver.cc304 Diagnostician::LogDiagnosticInformation(); in InternalInit()
Drocm_dnn.cc502 auto result = rocm::Diagnostician::FindKernelDriverVersion(); in Init()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_diagnostics.cc122 string Diagnostician::GetDevNodePath(int dev_node_ordinal) { in GetDevNodePath()
126 void Diagnostician::LogDiagnosticInformation() { in LogDiagnosticInformation()
172 /* static */ void Diagnostician::LogDriverVersionInformation() { in LogDriverVersionInformation()
215 port::StatusOr<DriverVersion> Diagnostician::FindDsoVersion() { in FindDsoVersion()
281 port::StatusOr<DriverVersion> Diagnostician::FindKernelModuleVersion( in FindKernelModuleVersion()
303 void Diagnostician::WarnOnDsoKernelMismatch( in WarnOnDsoKernelMismatch()
320 port::StatusOr<DriverVersion> Diagnostician::FindKernelDriverVersion() { in FindKernelDriverVersion()
Dcuda_diagnostics.h36 using Diagnostician = gpu::Diagnostician; variable
Dcuda_gpu_executor.cc1036 cuda::DriverVersionStatusToString(Diagnostician::FindDsoVersion()) in PopulateDeviceDescription()
Dcuda_driver.cc319 Diagnostician::LogDiagnosticInformation(); in InternalInit()
Dcuda_dnn.cc331 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.cc507 auto version_or_status = se::cuda::Diagnostician::FindKernelDriverVersion(); in WarnIfBadDriverJITVersion()