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
17f8f96b
Unverified
Commit
17f8f96b
authored
Aug 23, 2019
by
Tianqi Chen
Committed by
GitHub
Aug 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CODE] Halide attributions (#3824)
parent
ea6814ad
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
include/tvm/dtype.h
+1
-0
include/tvm/expr_operator.h
+1
-0
include/tvm/schedule.h
+1
-0
src/arithmetic/int_set.h
+1
-0
No files found.
include/tvm/dtype.h
View file @
17f8f96b
...
...
@@ -20,6 +20,7 @@
* \file tvm/dtype.h
* \brief Data type used in IR.
*/
// Acknowledgement: DataType structure design originates from Halide.
#ifndef TVM_DTYPE_H_
#define TVM_DTYPE_H_
...
...
include/tvm/expr_operator.h
View file @
17f8f96b
...
...
@@ -24,6 +24,7 @@
* \note Most of the operator defined here perform simple constant folding
* when the type is int32 or int64 for simplifying the index expressions.
*/
// Acknowledgement: Most operator APIs originate from Halide.
#ifndef TVM_EXPR_OPERATOR_H_
#define TVM_EXPR_OPERATOR_H_
...
...
include/tvm/schedule.h
View file @
17f8f96b
...
...
@@ -21,6 +21,7 @@
* \file tvm/schedule.h
* \brief Define a schedule.
*/
// Acknowledgement: Many schedule primitives originate from Halide and Loopy.
#ifndef TVM_SCHEDULE_H_
#define TVM_SCHEDULE_H_
...
...
src/arithmetic/int_set.h
View file @
17f8f96b
...
...
@@ -32,6 +32,7 @@
namespace
tvm
{
namespace
arith
{
// Acknowledgement: IntervalSet design originates from Halide.
/*!
* \brief Symbolic interval set.
*
...
...
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