From 79ed621ba2d932b7b34b55aff1906dbe0ada00d8 Mon Sep 17 00:00:00 2001 From: Elias Kohout Date: Fri, 15 Sep 2023 19:22:09 +0200 Subject: [PATCH] Added todos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 372368e..7c68cdc 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,12 @@ A simple C library implementing tensors. Still in development. Currently it only - [ ] Adding DTYPE_COPY macro - [ ] Make elementwise operations run in parallel -- [ ] Making all functions work with random strides +- [ ] Making all functions work with random strides (print too) - [ ] Adding a function for normalising strides - [ ] Implementing dot product - [ ] Implementing cross product - [ ] Adding error codes +- [ ] Testing error handling for all functions - [ ] Adding ability for persistently saving tensors to disk and loading them -- [ ] Adding views of tensor +- [ ] Adding views of tensor and test them for all functions - [ ] Implementing functions for transposing tensors