You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keep load_or_save_cache when destoryComputation (#698)
* add potential exception handle & open session_option to optimize
* update odla_computation::init() to return odla_status value
* fix popart_config load error
* improve load config logic
* Check the sdk version of the cache
* Format the codes to pass lint checking
* reset other necessary popart config value
* add return value in computation::init()
* clear cache_fs before write new data
* clear fstream after close
* fix lint error
* fix error message issue
* keep load_or_save_cache value
* use popart::core::packageHash for version info
update some log type to err & get sdk packagehash in use_default()
use assign instead of =& remove useless logic
close log
Co-authored-by: yanwei <yw01041751@alibaba-inc.com>
Co-authored-by: gcuser <jackz@graphcore.ai>
0 commit comments