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
e7fb2d4d
Commit
e7fb2d4d
authored
Jul 24, 2019
by
Jian Weng
Committed by
Tianqi Chen
Jul 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo (#3611)
parent
3aa2eaed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
CMakeLists.txt
+0
-1
src/arithmetic/bound_deducer.cc
+0
-2
No files found.
CMakeLists.txt
View file @
e7fb2d4d
...
...
@@ -68,7 +68,6 @@ include_directories(${COMPILER_RT_PATH})
# initial variables
set
(
TVM_LINKER_LIBS
""
)
set
(
TVM_RUNTIME_LINKER_LIBS
${
CMAKE_DL_LIBS
}
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
# Generic compilation options
if
(
MSVC
)
...
...
src/arithmetic/bound_deducer.cc
View file @
e7fb2d4d
...
...
@@ -69,8 +69,6 @@ std::vector<const Node*> GetPath(Expr target, Expr expr) {
return
v
.
path_
;
}
class
BoundDeduceIntputChecker
;
// a visitor to deduce the bound of a variable from a expression
class
BoundDeducer
:
public
IRVisitor
{
public
:
...
...
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