Skip to content

Commit

Permalink
fix plint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hua jiang committed Jan 6, 2022
1 parent e028f6d commit 8cc293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/thread_pool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
#include <dmlc/thread_local.h>
#include <tvm/runtime/c_backend_api.h>
#include <tvm/runtime/c_runtime_api.h>
#include <tvm/runtime/container/array.h>
#include <tvm/runtime/logging.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/runtime/registry.h>
#include <tvm/runtime/threading_backend.h>
#include <tvm/runtime/container/array.h>
#if TVM_THREADPOOL_USE_OPENMP
#include <omp.h>
#endif
Expand Down

0 comments on commit 8cc293b

Please sign in to comment.