[Action] Update pr checker to make core dump
[platform/adaptation/npu/trix-engine.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index d4bb325..03cde48 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,40 @@
+2.3.14 -> 2.3.15:
+  - Fix bugs and revise FPGA workaround codes
+  - Handle DSPM size and a number of vISA insts
+  - Skip layout conversion of tensors with raw data layout
+  - Support Tizen sample apps (Native, Web, and .NET)
+  - Verify v2.3.7 models in FPGA
+  - Update NPU-DDK documents
+
+2.3.13 -> 2.3.14:
+  - Use a global request id managed by a device driver
+  - Handle the field for extended metasize in npubinfmt.h
+  - Support nnstreamer sub-plugin in Tizen emulator 6.5
+  - Support system-wide request profiling using a device driver
+  - Support application and request statistics in cuse driver
+
+2.3.12 -> 2.3.13:
+  - Add extra field for extened metasize to npubinfmt.h
+  - Add extra API to select a NPU scheduler
+  - Add apptest to test API interleaving
+  - Add nnstreamer filter sub-plugin for srnpu
+  - Fix model existence checking
+  - Fix text formats reported by trinity-smi
+
+2.3.11 -> 2.3.12:
+  - Support NCHW data layout conversion
+  - Perform code refactoring of HW input service
+  - Add segment size info. for external memory
+  - Add github action workflows for CI/CD
+
+2.3.10 -> 2.3.11:
+  - Fix bug when setting npumgr param
+  - Fix bug when deallocating hwmem (e.g., missing close)
+  - Support multiple submission with the same request
+  - Add several aging apptests (e.g., repeat iterations)
+  - Add data layout for input/output tensors to npubinfmt.h
+  - Remove run_internal APIs (invalid scenarios) in libnpuhost.h
+
 2.3.9 -> 2.3.10:
   - Add decoupled APIs for network inferencing
   - Enhance debugging (e.g., logging, API)