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
971e7671
Commit
971e7671
authored
May 17, 2017
by
ziheng
Committed by
Tianqi Chen
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build status (#145)
parent
23d72ee0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
+1
-1
include/tvm/ir_visitor.h
+2
-2
No files found.
README.md
View file @
971e7671
[
![Build Status
](
https://travis-ci.com/
tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR
&branch=master
)
](https://travis-ci.com/dmlc/tvm)
[
![Build Status
](
https://travis-ci.com/
dmlc/tvm.svg?token=mkPkB7rD7Myq9dXZa9GV
&branch=master
)
](https://travis-ci.com/dmlc/tvm)
[
![GitHub license
](
http://dmlc.github.io/img/apache2.svg
)
](./LICENSE)
[
Installation
](
docs/how_to/install.md
)
|
...
...
include/tvm/ir_visitor.h
View file @
971e7671
...
...
@@ -21,7 +21,7 @@ namespace ir {
* \sa ExprFunctor, StmtFunctor, PostOrderVisit
*
* \note If you need to return values during Visit:
* - If it is mutaion of the IR, use IRMutator
* - If it is muta
t
ion of the IR, use IRMutator
* - If you want to return other things, consider use ExprFunctor/StmtFunctor
* - Watch out for possible bug pattern if you use IRVisitor to simulate returns.
*
...
...
@@ -126,7 +126,7 @@ class IRVisitor {
/*!
* \brief recursively visit the ir in post DFS order node, apply fvisit
* Each node is g
an
ranteed to be visited only once.
* Each node is g
ua
ranteed to be visited only once.
* \param node The ir to be visited.
* \param fvisit The visitor function to be applied.
*/
...
...
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