!13058 bugfix: sq node is not enough for data transfer

From: @zuochuanyong
Reviewed-by: @jjfeing,@chujinjin
Signed-off-by: @jjfeing
pull/13058/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit a0cc8306a6

@ -792,7 +792,7 @@ bool AscendKernelRuntime::InitDevice() {
return false;
}
ret = rtStreamCreate(&stream_, 0);
ret = rtStreamCreateWithFlags(&stream_, 0, RT_STREAM_HUGE);
if (ret != RT_ERROR_NONE) {
MS_LOG(EXCEPTION) << "Call rtStreamCreate, ret[" << ret << "]";
}

Loading…
Cancel
Save