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
7732873e
Unverified
Commit
7732873e
authored
Oct 25, 2019
by
Zhi
Committed by
GitHub
Oct 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[hotfix] missing include headers (#4204)
parent
1ad6a2af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/arithmetic/const_fold.h
+1
-0
src/codegen/codegen_cuda.cc
+1
-0
src/codegen/codegen_opencl.cc
+1
-0
No files found.
src/arithmetic/const_fold.h
View file @
7732873e
...
...
@@ -28,6 +28,7 @@
#include <tvm/ir_mutator.h>
#include <tvm/expr_operator.h>
#include <algorithm>
#include <cmath>
#include "int_operator.h"
namespace
tvm
{
...
...
src/codegen/codegen_cuda.cc
View file @
7732873e
...
...
@@ -24,6 +24,7 @@
#include <tvm/base.h>
#include <tvm/runtime/registry.h>
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#include "codegen_cuda.h"
...
...
src/codegen/codegen_opencl.cc
View file @
7732873e
...
...
@@ -22,6 +22,7 @@
* \file codegen_opencl.cc
*/
#include <tvm/packed_func_ext.h>
#include <cmath>
#include <vector>
#include <string>
#include "codegen_opencl.h"
...
...
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