Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] typos in include/tvm/ir.h #4493

Merged
merged 1 commit into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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