Unverified Commit 7732873e by Zhi Committed by GitHub

[hotfix] missing include headers (#4204)

parent 1ad6a2af
......@@ -28,6 +28,7 @@
#include <tvm/ir_mutator.h>
#include <tvm/expr_operator.h>
#include <algorithm>
#include <cmath>
#include "int_operator.h"
namespace tvm {
......
......@@ -24,6 +24,7 @@
#include <tvm/base.h>
#include <tvm/runtime/registry.h>
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#include "codegen_cuda.h"
......
......@@ -22,6 +22,7 @@
* \file codegen_opencl.cc
*/
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#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