Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix engine crash in shutdown phase #14382

Merged
merged 3 commits into from
Mar 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
arcadiaphy committed Mar 10, 2019
commit 5a42190815b4debe7302461e7713c0b4e0b0ea8c
2 changes: 1 addition & 1 deletion src/engine/threaded_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <dmlc/base.h>
#include <dmlc/logging.h>
#include <dmlc/omp.h>
#include <mxnet/storage.h>
#include <vector>
#include <functional>
#include <condition_variable>
Expand All @@ -38,7 +39,6 @@
#include <mutex>
#include <string>
#include <thread>
#include <mxnet/storage.h>
#include "./engine_impl.h"
#include "../profiler/profiler.h"
#include "./openmp.h"
Expand Down