forked from mindspore-Ecosystem/mindspore
upgrade Ascend software package 11 Oct 21
This commit is contained in:
parent
2c738757c3
commit
9d2bf62dc2
|
@ -1 +1 @@
|
||||||
Subproject commit d86bc5beb48fb7fbaa762180c31915fb6dd5c716
|
Subproject commit 854631a7b56ef9290c28581f9ff1a548e7fb049c
|
|
@ -173,7 +173,8 @@ def _parallel_compilation_init(initialize: TbeJob):
|
||||||
pid_str = os.getpid()
|
pid_str = os.getpid()
|
||||||
time_str = datetime.now().strftime('%Y%m%d_%H%M%S%f')[:-3]
|
time_str = datetime.now().strftime('%Y%m%d_%H%M%S%f')[:-3]
|
||||||
pid_ts = "{}_pid{}".format(time_str, pid_str)
|
pid_ts = "{}_pid{}".format(time_str, pid_str)
|
||||||
ret = init_multi_process_env(embedding, soc_info, auto_tiling_mode, global_loglevel, enable_event, pid_ts)
|
ret = init_multi_process_env(embedding, soc_info, auto_tiling_mode, "0",
|
||||||
|
global_loglevel, enable_event, pid_ts, None)
|
||||||
if ret is None:
|
if ret is None:
|
||||||
initialize.error("Init multiprocess env failed")
|
initialize.error("Init multiprocess env failed")
|
||||||
return False
|
return False
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5.0rc1
|
1.5.0
|
Loading…
Reference in New Issue