Skip to content

Tags: jayzlee147/halo

Tags

IPU_STABLE_SDK_2.3.1_v8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to IPU_STABLE_SDK_2.3.1_v8 (alibaba#917)

CMB_DEMO_v0.2.4

[ODLA/TRT] fix:dilation for conv/deconv

(cherry picked from commit 47cbb8c52b9bc01052521304140e2749e6b4b748)

v0.8.0

Bump to 0.8.0

IPU_STABLE_SDK_2.3.1_v7_2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tid for execute function. (alibaba#896)

IPU_STABLE_SDK_2.3.1_v7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add e.what() in print when catch exception. (alibaba#877)

IPU_STABLE_SDK_2.3.1_v4_2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
print tid in vODLA adapter (alibaba#876)

* Update version to 0.7.32

* Print tid in vODLA Adapter execution.

IPU_STABLE_SDK_2.3.1_v4_1

Deleted lost link.

IPU_STABLE_SDK_2.3.1_v6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed a bug for data reuse in vODLA Adapter. (alibaba#858)

IPU_STABLE_SDK_2.3.1_v5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move computation init to odla_BindToArgument to avoid problem caused …

…by ASYNC call (alibaba#840)

* callback function definition changes, and handle the error raised by poplar SDK

* Move computation init to odla_BindToArgument to avoid early call odla_CreteContext before compuation graph constructed in ASYN call

IPU_STABLE_SDK_2.3.1_v4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the test for the cache configuration (alibaba#730)

* Add information to check the cache sdk version and the working sdk version

* Set the log level to info for test

* Add environment variable for error injection test

* format the code for lint check

* Add information to show the ENGION OPTIONS set

* Make it recompile when cache version mismatch

* Remote the environment for error simulator to make it set by environment variable

* Add error injector for temporarily test

* Fix the problem when there's not the error injection config file

* Move the error injector to the odla_CreateComputation to make sure it will be called for each inference request

* Add try catch to computation create and init

* make the error handling code at one place

* Use config file setting for batch per step when it's inconsistent with ODLA set

* set the log level when error injector used

* pass the error code to caller

* Make sdk version mismatch cache recompile when error injector set

* Make the popart log level take POPART_LOG_LEVEL firstly

* change format to pass lint

Co-authored-by: tianboh <54729592+tianboh@users.noreply.github.com>