Commit b1c690bd by webberg Committed by Tianqi Chen

#1159 bug fixed (#1164)

* #1159 bug fixed

* #1159 #1164 fixed
parent 21bf9839
......@@ -181,7 +181,7 @@ class PlaceholderOpNode : public OperationNode {
/*!
* \brief A Compute op that compute a tensor on certain domain.
*/
class ComputeOpNode : public OperationNode {
class TVM_DLL ComputeOpNode : public OperationNode {
public:
/*! \brief IterVar on each axis */
Array<IterVar> axis;
......
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