forked from mindspore-Ecosystem/mindspore
update run 20201119
This commit is contained in:
parent
a574cdb4e5
commit
9792cee736
|
@ -1 +1 @@
|
|||
Subproject commit 9d5177a95476dba37351134fdd38680a62763d5c
|
||||
Subproject commit 412ebe82c96620b5f7c942a7ab87a45bf14c5621
|
|
@ -121,7 +121,7 @@ class AscendEnvChecker(EnvChecker):
|
|||
"""ascend environment check"""
|
||||
|
||||
def __init__(self):
|
||||
self.version = ["1.76.T12.0.B120"]
|
||||
self.version = ["1.76.T13.0.B130"]
|
||||
atlas_nnae_version = "/usr/local/Ascend/nnae/latest/fwkacllib/version.info"
|
||||
atlas_toolkit_version = "/usr/local/Ascend/ascend-toolkit/latest/fwkacllib/version.info"
|
||||
hisi_fwk_version = "/usr/local/Ascend/fwkacllib/version.info"
|
||||
|
@ -148,7 +148,7 @@ class AscendEnvChecker(EnvChecker):
|
|||
self.tbe_path = self.fwk_path + "/lib64"
|
||||
self.cce_path = self.fwk_path + "/ccec_compiler/bin"
|
||||
self.fwk_version = hisi_fwk_version
|
||||
self.op_path = ""
|
||||
self.op_path = "/usr/local/Ascend/opp"
|
||||
else:
|
||||
# custom or unknown environment
|
||||
self.fwk_path = ""
|
||||
|
|
Loading…
Reference in New Issue