Searched refs:GPUInfo (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TargetParser.cpp | 25 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/ |
D | TargetParser.cpp | 26 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/ |
D | gpu_info_lib.py | 43 info = test_log_pb2.GPUInfo() 157 info = test_log_pb2.GPUInfo() # No UUID available
|
/external/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 115 message GPUInfo { message 150 // Other devices that are attached and relevant (e.g. GPUInfo).
|