SWDEV-448792 - Fix clinfo local buffer type

Change-Id: I0228c5e97ce7c466983fd4af71d25e7f8161c2c8
This commit is contained in:
taosang2
2024-03-01 18:15:43 -05:00
zatwierdzone przez Tao Sang
rodzic 4c82df817f
commit dd43dc930d
+1 -1
Wyświetl plik
@@ -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;