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
3dbc0d64
Commit
3dbc0d64
authored
6 years ago
by
MORINAGA
Committed by
Tianqi Chen
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RUNTIME] [OPENCL] Fix access modifiers (#1643)
parent
7afe6ba8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
src/runtime/opencl/opencl_common.h
+1
-3
No files found.
src/runtime/opencl/opencl_common.h
View file @
3dbc0d64
...
...
@@ -260,14 +260,12 @@ class OpenCLModuleNode : public ModuleNode {
const
std
::
string
&
func_name
,
const
KTRefEntry
&
e
);
pr
otected
:
pr
ivate
:
// The workspace, need to keep reference to use it in destructor.
// In case of static destruction order problem.
std
::
shared_ptr
<
cl
::
OpenCLWorkspace
>
workspace_
;
// the binary data
std
::
string
data_
;
private
:
// The format
std
::
string
fmt_
;
// function information table.
...
...
This diff is collapsed.
Click to expand it.
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