upgrade Ascend software package 11 Oct 21

This commit is contained in:
yanghaoran 2021-10-11 09:50:41 +08:00
parent 2c738757c3
commit 9d2bf62dc2
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit d86bc5beb48fb7fbaa762180c31915fb6dd5c716
Subproject commit 854631a7b56ef9290c28581f9ff1a548e7fb049c

View File

@ -173,7 +173,8 @@ def _parallel_compilation_init(initialize: TbeJob):
pid_str = os.getpid()
time_str = datetime.now().strftime('%Y%m%d_%H%M%S%f')[:-3]
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:
initialize.error("Init multiprocess env failed")
return False

View File

@ -1 +1 @@
1.5.0rc1
1.5.0