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 b7b6002 commit ff97c70Copy full SHA for ff97c70
paddle/fluid/platform/device_tracer.cc
@@ -273,7 +273,6 @@ class DeviceTracerImpl : public DeviceTracer {
273
proto::Profile profile_pb;
274
profile_pb.set_start_ns(start_ns_);
275
profile_pb.set_end_ns(end_ns_);
276
- std::string kernel_name;
277
for (const KernelRecord &r : kernel_records_) {
278
if (correlations_.find(r.correlation_id) == correlations_.end()) {
279
fprintf(stderr, "cannot relate a kernel activity\n");
0 commit comments