Unverified Commit 7732873e by Zhi Committed by GitHub

[hotfix] missing include headers (#4204)

parent 1ad6a2af
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <tvm/ir_mutator.h> #include <tvm/ir_mutator.h>
#include <tvm/expr_operator.h> #include <tvm/expr_operator.h>
#include <algorithm> #include <algorithm>
#include <cmath>
#include "int_operator.h" #include "int_operator.h"
namespace tvm { namespace tvm {
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <tvm/base.h> #include <tvm/base.h>
#include <tvm/runtime/registry.h> #include <tvm/runtime/registry.h>
#include <tvm/packed_func_ext.h> #include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector> #include <vector>
#include <string> #include <string>
#include "codegen_cuda.h" #include "codegen_cuda.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* \file codegen_opencl.cc * \file codegen_opencl.cc
*/ */
#include <tvm/packed_func_ext.h> #include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector> #include <vector>
#include <string> #include <string>
#include "codegen_opencl.h" #include "codegen_opencl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment