Searched refs:Diagnostician (Results 1 – 12 of 12) sorted by relevance
106 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()
36 using Diagnostician = gpu::Diagnostician; variable
883 rocm::DriverVersionStatusToString(Diagnostician::FindDsoVersion()) in PopulateDeviceDescription()
304 Diagnostician::LogDiagnosticInformation(); in InternalInit()
502 auto result = rocm::Diagnostician::FindKernelDriverVersion(); in Init()
122 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()
1036 cuda::DriverVersionStatusToString(Diagnostician::FindDsoVersion()) in PopulateDeviceDescription()
319 Diagnostician::LogDiagnosticInformation(); in InternalInit()
331 auto result = gpu::Diagnostician::FindKernelDriverVersion(); in Init()
43 class Diagnostician {93 SE_DISALLOW_COPY_AND_ASSIGN(Diagnostician);
507 auto version_or_status = se::cuda::Diagnostician::FindKernelDriverVersion(); in WarnIfBadDriverJITVersion()