From 2755a7999fe7be1b7612fb05616d1d0274e62a1a Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Tue, 6 Feb 2024 14:53:44 +0000
Subject: [PATCH] Move tensor cpu to core.

---
 include/aidge/backend/cpu.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/aidge/backend/cpu.hpp b/include/aidge/backend/cpu.hpp
index 88e58915..8fae3439 100644
--- a/include/aidge/backend/cpu.hpp
+++ b/include/aidge/backend/cpu.hpp
@@ -42,3 +42,4 @@
 #include "aidge/backend/cpu/data/TensorImpl.hpp"
 
 #endif /* AIDGE_CPU_IMPORTS_H_ */
+
-- 
GitLab