!1090 add FUSION_TENSOR_SIZE

From: @lichun30
Reviewed-by: @riverho,@wqtshg,@ji_chen
Signed-off-by: @ji_chen
pull/1090/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 4a476f7eb8

@ -219,6 +219,9 @@ const std::string HCOM_PARALLEL = "ge.hcomParallel";
// configure whether to use dynamic batch size
const char *const kDynamicBatchSize = "ge.dynamicBatchSize";
// configure threshold of fusion data size for communication op
const std::string FUSION_TENSOR_SIZE = "ge.fusionTensorSize";
const std::string INPUT_SHAPE = "ge.inputShape";
const std::string DYNAMIC_NODE_TYPE = "ge.dynamicNodeType";

@ -1 +1 @@
Subproject commit 8c5be2db907c26fcd9e7ffdd27f631302140bc2a
Subproject commit e470379501af3042ee5f7e2fa3be338a594fabb3
Loading…
Cancel
Save