From 3adc87b3a8909713ccc7c0eac84ba726e7bfb787 Mon Sep 17 00:00:00 2001 From: Alex Marchioni Date: Sun, 14 Dec 2025 18:00:35 +0100 Subject: [PATCH 1/2] update pulp-nn-mixed submodule to fix pulp_zero_mem --- TargetLibraries/PULPOpen/third_party/pulp-nn-mixed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TargetLibraries/PULPOpen/third_party/pulp-nn-mixed b/TargetLibraries/PULPOpen/third_party/pulp-nn-mixed index b69ec23ec8..a9b4aaf597 160000 --- a/TargetLibraries/PULPOpen/third_party/pulp-nn-mixed +++ b/TargetLibraries/PULPOpen/third_party/pulp-nn-mixed @@ -1 +1 @@ -Subproject commit b69ec23ec81595ebbec694f4a28d84022858af83 +Subproject commit a9b4aaf597c030ce24bf65a00b5f3ec84a1528c4 From ff93e3070593d28bdd75e11a23e0fd3a4dc7053f Mon Sep 17 00:00:00 2001 From: Alex Marchioni Date: Fri, 2 Jan 2026 08:59:05 +0100 Subject: [PATCH 2/2] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4125838100..ba96539921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid ## Unreleased (Planned Release Target: v0.2.1) ### List of Pull Requests +- Update submodule `pulp-nn-mixed` [#145](https://github.com/pulp-platform/Deeploy/pull/145) - Improve Profiling [#138](https://github.com/pulp-platform/Deeploy/pull/138) - FP32 ReduceMean operator improvement [#137](https://github.com/pulp-platform/Deeploy/pull/137) - Support for RMSNorm (Pow and Sqrt operators) [#136](https://github.com/pulp-platform/Deeploy/pull/136)