-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
26 lines (23 loc) · 981 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2018-9-19 Evan Li <[email protected]>
* release: 0.9.3
* Executive Summary:
1. Complete the x86 interpreter runtime.
2. Enable FuseInplaceValue pass on x86 to further optimize memory footprint.
2018-9-19 Evan Li <[email protected]>
* release: 0.9.2
* Executive Summary:
1. Complete the x86 memory allocation with liveness analysis information, and
tested on experimental in-house runtime that will be released for
next version.
2. Integrate TravisCI with github PR system.
2018-8-3 Luba Tang <[email protected]>
* First open source release: 0.9.0
* Executive Summary:
1. Finish basic infrastructure of ONNC, including IR, Core, ADT, Support,
Diagnostic and backends.
2. Enable Sophon backend. Now Sophon backend still use old form of compute
operators.
3. Provides onnc, onnx2tg and some utilities.
2018-1-17 Luba Tang <[email protected]>
* Initialization: create all directory structures and auto-tool building
system.