We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c82df8 commit dd43dc9Copy full SHA for dd43dc9
opencl/tools/clinfo/clinfo.cpp
@@ -504,7 +504,7 @@ main(int argc, char** argv)
504
std::cout << " Local memory type:\t\t\t\t " ;
505
switch (device.getInfo<CL_DEVICE_LOCAL_MEM_TYPE>()) {
506
case CL_LOCAL:
507
- std::cout << "Scratchpad" << std::endl;
+ std::cout << "Local" << std::endl;
508
break;
509
case CL_GLOBAL:
510
std::cout << "Global" << std::endl;
0 commit comments