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
d3c8256b
Commit
d3c8256b
authored
May 03, 2017
by
ziheng
Committed by
Tianqi Chen
May 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment (#115)
parent
e988e435
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/tvm/ir.h
+3
-3
No files found.
include/tvm/ir.h
View file @
d3c8256b
...
@@ -284,16 +284,16 @@ constexpr const char* tvm_global_barrier_kinit = "tvm_global_barrier_kinit";
...
@@ -284,16 +284,16 @@ constexpr const char* tvm_global_barrier_kinit = "tvm_global_barrier_kinit";
/*!
/*!
* \brief See pesudo code
* \brief See pesudo code
*
*
* Expr tvm_thread_allreduce(
std::string op
, Expr value, Expr cond,
* Expr tvm_thread_allreduce(
CommReducer combiner
, Expr value, Expr cond,
* Var thread_idx1, thread_idx2...) {
* Var thread_idx1, thread_idx2...) {
* // constraint by the other thread_idx remain the same.
* // constraint by the other thread_idx remain the same.
* return reduce(
op
, value, cond,
* return reduce(
combiner
, value, cond,
* over [thread_idx1, thread_idx2] passed by any caller)
* over [thread_idx1, thread_idx2] passed by any caller)
* }
* }
*/
*/
constexpr
const
char
*
tvm_thread_allreduce
=
"tvm_thread_allreduce"
;
constexpr
const
char
*
tvm_thread_allreduce
=
"tvm_thread_allreduce"
;
/*! \brief The kind of structre field info */
/*! \brief The kind of struct
u
re field info */
enum
TVMStructFieldKind
:
int
{
enum
TVMStructFieldKind
:
int
{
// array head address
// array head address
kArrAddr
,
kArrAddr
,
...
...
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