projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76612d
)
Fix typo in ir_pass.h (#3741)
author
雾雨魔理沙
<lolisa@marisa.moe>
Fri, 9 Aug 2019 08:51:20 +0000
(
01:51
-0700)
committer
Lianmin Zheng
<lianminzheng@gmail.com>
Fri, 9 Aug 2019 08:51:20 +0000
(16:51 +0800)
include/tvm/ir_pass.h
patch
|
blob
|
history
diff --git
a/include/tvm/ir_pass.h
b/include/tvm/ir_pass.h
index
98dbf6b
..
ae27efb
100644
(file)
--- a/
include/tvm/ir_pass.h
+++ b/
include/tvm/ir_pass.h
@@
-373,7
+373,7
@@
Stmt DecorateDeviceScope(Stmt stmt);
* \brief Make an user callable API LoweredFunc.
*
* The main task of this function is to create code to :
- * - Map the values in the api_args to
of
Var that is required by body.
+ * - Map the values in the api_args to Var that is required by body.
* - Insert assertions to check type/value of the passed arguments.
*
* \param body The body of the function.