Searched refs:DeviceName (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.c | 360 char DeviceName[256]; in initContextCL() local 397 Ret = clGetDeviceInfoFcnPtr(DeviceID, CL_DEVICE_NAME, sizeof(DeviceName), in initContextCL() 398 DeviceName, &DeviceNameRetSize); in initContextCL() 401 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCL() 1168 char DeviceName[256]; in initContextCUDA() local 1198 CuDeviceGetNameFcnPtr(DeviceName, 256, Device); in initContextCUDA() 1199 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCUDA()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 2292 const char *DeviceName = DeviceInfo().GPUName[DeviceId].c_str(); in __tgt_rtl_load_binary_locked() local 2295 if (strcmp(DeviceName, ElfName) != 0) { in __tgt_rtl_load_binary_locked() 2298 DeviceName, ElfName); in __tgt_rtl_load_binary_locked()
|