SWDEV-448792 - Fix clinfo local buffer type
Change-Id: I0228c5e97ce7c466983fd4af71d25e7f8161c2c8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user