Skip to content

Releases: alibaba/heterogeneity-aware-lowering-and-optimization

CMB Demo v0.2.3

04 Jan 11:15
Compare
Choose a tag to compare

Update analyzer's cost model strategy.

CMB Demo v0.2.2

29 Dec 03:07
Compare
Choose a tag to compare
  1. Change cuda version to 10.2 .
  2. Some minor bugfixs on v0.2.1 .

IPU_STABLE_SDK_2.3.1_v3

28 Dec 03:53
6729ebb
Compare
Choose a tag to compare

Fixed a bug in popart config.

CMB Demo v0.2.1

11 Dec 05:35
Compare
Choose a tag to compare
[CI] Cleanup directory before downloading

(cherry picked from commit 175b2aa6e618d268eb8710ae05796d160d454ea6)

IPU_STABLE_SDK_2.3.1_v2

07 Dec 03:32
6e06f70
Compare
Choose a tag to compare
  • update to poplar 2.3.1 & remove useless code

  • update log message & add open log option

  • Change wait to use condition variable, and change the contextqueues to use mutex

make the format of codes to meet requirements

Correct the == to = for set the buffer_ element to nullptr

Co-authored-by: yanwei [email protected]
Co-authored-by: gcuser [email protected]

IPU_STABLE_SDK_2.3.1_v1

02 Dec 10:32
97f5a65
Compare
Choose a tag to compare
  • update to poplar 2.3.1 & remove useless code

  • update log message & add open log option

Co-authored-by: yanwei [email protected]

IPU_STABLE_SDK_2.2.2_v7

27 Nov 03:24
389c131
Compare
Choose a tag to compare
  • 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

commit id 389c131

Co-authored-by: yanwei [email protected]
Co-authored-by: gcuser [email protected]

IPU_STABLE_SDK_2.2.2_v6

21 Nov 03:14
9d51f07
Compare
Choose a tag to compare

update error message notice & remove useless } (#693) …

  • 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 error message issue

Co-authored-by: yanwei [email protected]
Co-authored-by: gcuser [email protected]
@yanwei-gr
yanwei
@jackzipu
3 people committed 23 seconds ago

Verified

IPU_STABLE_SDK_2.2.2_v5

12 Nov 07:08
6bc7b45
Compare
Choose a tag to compare
  • close floating point check in popart

  • create pipeline resource when computation created. not do it at the time of set the cache computation item

fix pixel bert detect application runtime error

  • add weiming build script fix

  • add inplementation of CreateExecutable

move complie_and_run to createExecute, and more error handle logic

  • add potential exception handle & open session_option to optimize

  • add more exception handling

  • update odla_computation::init() to return odla_status value

  • fix popart_config load error

  • add bool to make sure a compuation can't be executed when used to compile executable

  • improve load config logic

  • updat noticee strings

  • update load_config logic bug

Co-authored-by: yanwei [email protected]

IPU_STABLE_SDK_2.2.2_v4

09 Nov 01:55
e0f07fa
Compare
Choose a tag to compare

cherry pick the CreateExecutable updates (#671)

  • close floating point check in popart

  • create pipeline resource when computation created. not do it at the time of set the cache computation item

fix pixel bert detect application runtime error

  • add weiming build script fix

  • add inplementation of CreateExecutable

move complie_and_run to createExecute, and more error handle logic

Co-authored-by: yanwei [email protected]