On Tuesday, 12 August 2025 at 10:05:59 UTC, Serg Gini wrote:
On Tuesday, 12 August 2025 at 09:44:07 UTC,

Nice.
I've checked your repos - you probably also could be interested in projects: - Mojo lang, where tensors are integrated into the language https://docs.modular.com/max/api/c/tensor/
- GGML C++ library for tensors, used in llama.cpp
https://github.com/ggml-org/ggml

Those are great resources. Thanks a lot for your reply. I started writting a tensor library mainly to extend Eigen c++ library that has an unsupported tensor module. It’s great for numerical stuffs but doesn’t support for example slicing like numpy and Mir except for rows and columns of a matrix. Im not sure about how they approached this so that might be very interesting thing I could check.

Reply via email to