Commit 3dbc0d64 by MORINAGA Committed by Tianqi Chen

[RUNTIME] [OPENCL] Fix access modifiers (#1643)

parent 7afe6ba8
......@@ -260,14 +260,12 @@ class OpenCLModuleNode : public ModuleNode {
const std::string& func_name,
const KTRefEntry& e);
protected:
private:
// 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment