Browse Source

!2821 fix device queue error when execute profiling

Merge pull request !2821 from yanghaitao/yht_fix_device_queu_profiling
tags/v0.6.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
bf699955b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.h

+ 1
- 1
mindspore/ccsrc/dataset/engine/perf/device_queue_tracing.h View File

@@ -35,7 +35,7 @@ class DeviceQueueTracing : public Tracing {
// @return Status - The error code return
Status Record(const int32_t type, const int32_t extra_info, const int32_t batch_num, const int32_t value);

std::string Name() const override { return "Device Queue Tracing"; };
std::string Name() const override { return kDeviceQueueTracingName; };

// Save tracing data to file
// @return Status - The error code return


Loading…
Cancel
Save