diff --git a/src/mmc_cl_utils.c b/src/mmc_cl_utils.c index 4fd3a97..62f271b 100644 --- a/src/mmc_cl_utils.c +++ b/src/mmc_cl_utils.c @@ -321,7 +321,7 @@ cl_platform_id mcx_list_cl_gpu(mcconfig* cfg, unsigned int* activedev, cl_device } else if (strstr(pbuf, "Intel") && strstr(cuinfo.name, "Graphics") && j == 0) { cuinfo.autoblock = 64; cuinfo.vendor = dvIntelGPU; - } else if (strstr(pbuf, "Intel")) { + } else if (strstr(pbuf, "Intel" || strstr(cuinfo.name, "Intel"))) { cuinfo.vendor = dvIntel; }