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 513bd1a commit a1d6e82Copy full SHA for a1d6e82
src/runtime/metal/metal_device_api.mm
@@ -164,7 +164,7 @@ int GetWarpSize(id<MTLDevice> dev) {
164
for (size_t i = 0; i < devs.count; ++i) {
165
id<MTLDevice> d = [devs objectAtIndex:i];
166
devices.push_back(d);
167
- LOG(INFO) << "Intializing Metal device " << i << ", name=" << [d.name UTF8String];
+ DLOG(INFO) << "Intializing Metal device " << i << ", name=" << [d.name UTF8String];
168
warp_size.push_back(GetWarpSize(d));
169
}
170
#endif
0 commit comments