Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
3c9d19d0
Commit
3c9d19d0
authored
Dec 11, 2019
by
Liang ZOU
Committed by
Zhi
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] typos in include/tvm/ir.h (#4493)
parent
203d2c92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/tvm/ir.h
+2
-2
No files found.
include/tvm/ir.h
View file @
3c9d19d0
...
...
@@ -429,7 +429,7 @@ class Broadcast : public ExprNode {
public
:
/*! \brief The base value. */
Expr
value
;
/*! \brief The num
erb
of lanes. */
/*! \brief The num
ber
of lanes. */
int
lanes
;
void
VisitAttrs
(
AttrVisitor
*
v
)
{
...
...
@@ -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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment