Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Commit 54c7786

Browse files
committed
modelHandler: Remove Platform Spam On CL Init
1 parent e313b73 commit 54c7786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modelHandler_OpenCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ namespace w2xc
190190
std::vector<char> name(sz);
191191
clGetPlatformInfo(plts[i], CL_PLATFORM_NAME, sz, &name[0], &sz);
192192

193-
printf("Platform: %s\n",&name[0]);
193+
//printf("Platform: %s\n",&name[0]);
194194

195195
bool is_amd = strstr(&name[0], "AMD") != NULL;
196196
bool is_apple = strstr(&name[0], "Apple") != NULL;

0 commit comments

Comments
 (0)