From c8a73868d40cf63380f634baeb51aa7aa993fc0c Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 27 Oct 2020 12:43:14 +0000 Subject: vela: Rename Yoda to Ethos-U65 - Also changed to use Ethos-U where appropriate Signed-off-by: Tim Hall Change-Id: Ie45ba2bb3935b305abe897b78b498681296cb7c1 --- ethosu/vela/shared_buffer_allocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethosu/vela/shared_buffer_allocation.py') diff --git a/ethosu/vela/shared_buffer_allocation.py b/ethosu/vela/shared_buffer_allocation.py index c957be89..ee559625 100644 --- a/ethosu/vela/shared_buffer_allocation.py +++ b/ethosu/vela/shared_buffer_allocation.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # Description: -# Shared buffer allocation works out how to allocate the Ethos-U55 shared buffer for a given pass. +# Shared buffer allocation works out how to allocate the Ethos-U shared buffer for a given pass. from typing import List from typing import Tuple -- cgit v1.2.1