Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

fix memory share from system in graph stream analysis. #289

Open
wants to merge 17 commits into
base: developing
Choose a base branch
from

Conversation

pangge
Copy link
Collaborator

@pangge pangge commented Aug 8, 2018

No description provided.

@@ -83,7 +83,28 @@ class IOBlockResource {
~IOBlockResource() {}

void free(std::vector<io>&, VGraph*);
inline bool has_free() { return !(_free.empty()); }
inline bool has_free(io& target) {
for (auto it = _free.begin(); it != _free.end();) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注意缩进空格

@@ -145,12 +145,16 @@ Status Graph<Ttype, Dtype, Ptype>::Optimize() EXCLUSIVE_LOCKS_REQUIRED(_mut) {
//_nodes_exec_order = conv_eltwise_fusion_scheduler.get_exec_node_in_order();
#endif
// optimization again
ParallScheduler para_scheduler;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

格式

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants