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 e028f6d commit 8cc293bCopy full SHA for 8cc293b
src/runtime/thread_pool.cc
@@ -24,11 +24,11 @@
24
#include <dmlc/thread_local.h>
25
#include <tvm/runtime/c_backend_api.h>
26
#include <tvm/runtime/c_runtime_api.h>
27
+#include <tvm/runtime/container/array.h>
28
#include <tvm/runtime/logging.h>
29
#include <tvm/runtime/packed_func.h>
30
#include <tvm/runtime/registry.h>
31
#include <tvm/runtime/threading_backend.h>
-#include <tvm/runtime/container/array.h>
32
#if TVM_THREADPOOL_USE_OPENMP
33
#include <omp.h>
34
#endif
0 commit comments