From bbe1e5b593e4fbdb63b9d1c6e8ac6fc31e058844 Mon Sep 17 00:00:00 2001 From: lkdvos Date: Fri, 5 Jul 2024 17:11:32 +0200 Subject: [PATCH] Start allocator implementations --- Project.toml | 4 ++ src/TensorOperations.jl | 1 + src/implementation/allocator.jl | 81 ++++++++++++++++++++++++++++++- src/implementation/strided.jl | 2 +- src/indexnotation/tensormacros.jl | 23 +++++++++ 5 files changed, 109 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 371c9bc..f900838 100644 --- a/Project.toml +++ b/Project.toml @@ -4,11 +4,13 @@ authors = ["Lukas Devos ", "Maarten Van Damme