Browse Source

update c76 submodule

pull/715/head
wqtshg 4 years ago
parent
commit
86bb779cee
3 changed files with 3 additions and 7 deletions
  1. +1
    -5
      ge/graph/load/new_model_manager/zero_copy_task.h
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 1
- 5
ge/graph/load/new_model_manager/zero_copy_task.h View File

@@ -71,8 +71,7 @@ class ZeroCopyTask {
* @param [in] batch_label: batch label. * @param [in] batch_label: batch label.
* @return: 0 SUCCESS / others FAILED * @return: 0 SUCCESS / others FAILED
*/ */
ge::Status UpdateTaskParam(uintptr_t addr, void *buffer_addr, const map<string, set<uintptr_t>> &batch_addrs,
const string &batch_label);
ge::Status UpdateTaskParam(uintptr_t addr, void *buffer_addr);


/** /**
* @ingroup ge * @ingroup ge
@@ -91,9 +90,6 @@ class ZeroCopyTask {
return batch_label_; return batch_label_;
} }


protected:
bool CheckDynamicBatch(const map<string, set<uintptr_t>> &batch_addrs, const string &batch_label, uintptr_t addr);

private: private:
const string name_; const string name_;




+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit a71110f5e42dc768ddbbd51289eb467518dedf9b
Subproject commit c3269edc0ec089dce4ae2e80f41fea42a57e7b6f

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 2e55b1168df38cd3c76412a8d00bc8b6e7f19f82
Subproject commit 0a8a3210e39fd602f68169a558b18a5f855f9fb0

Loading…
Cancel
Save