SWDEV-448792 - Fix clinfo local buffer type

Change-Id: I0228c5e97ce7c466983fd4af71d25e7f8161c2c8


[ROCm/clr commit: dd43dc930d]
Этот коммит содержится в:
taosang2
2024-03-01 18:15:43 -05:00
коммит произвёл Tao Sang
родитель 8cc8dda1cd
Коммит 1196e76a6c
+1 -1
Просмотреть файл
@@ -504,7 +504,7 @@ main(int argc, char** argv)
std::cout << " Local memory type:\t\t\t\t " ;
switch (device.getInfo<CL_DEVICE_LOCAL_MEM_TYPE>()) {
case CL_LOCAL:
std::cout << "Scratchpad" << std::endl;
std::cout << "Local" << std::endl;
break;
case CL_GLOBAL:
std::cout << "Global" << std::endl;