Skip to content

Commit

Permalink
[docs] typos in include/tvm/ir.h (#4493)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdzou authored and zhiics committed Dec 10, 2019
1 parent 203d2c9 commit 3c9d19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tvm/ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class Broadcast : public ExprNode {
public:
/*! \brief The base value. */
Expr value;
/*! \brief The numerb of lanes. */
/*! \brief The number of lanes. */
int lanes;

void VisitAttrs(AttrVisitor* v) {
Expand Down Expand Up @@ -840,7 +840,7 @@ class ProducerConsumer : public StmtNode {
* Equivalent to ((DType*)buffer_var)[index] = value.
* where DType is the type specified by type().element_of().
*
* For example, if type = float32x3, then the load will corresponds to
* For example, if type = float32x3, then the store will corresponds to
*
* \code
*
Expand Down

0 comments on commit 3c9d19d

Please sign in to comment.