Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetParser.cpp25 struct GPUInfo { struct
32 constexpr GPUInfo R600GPUs[26] = {
65 constexpr GPUInfo AMDGCNGPUs[37] = {
107 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
108 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()
111 [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
/external/llvm-project/llvm/lib/Support/
DTargetParser.cpp26 struct GPUInfo { struct
33 constexpr GPUInfo R600GPUs[] = {
66 constexpr GPUInfo AMDGCNGPUs[] = {
117 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
118 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()
121 [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
/external/tensorflow/tensorflow/tools/test/
Dgpu_info_lib.py43 info = test_log_pb2.GPUInfo()
157 info = test_log_pb2.GPUInfo() # No UUID available
/external/tensorflow/tensorflow/core/util/
Dtest_log.proto115 message GPUInfo { message
150 // Other devices that are attached and relevant (e.g. GPUInfo).