-
This issue is to discuss issues and possible improvements to enhance the type safety of the C++ code, and thereby increase the maintainability.
The main issue that I can see is the int `dtype`. Th…
-
## Feature
Abstraction for lazy evaluation of tensors that can make use of special matrix structure for linear algebra operations, similar to Tensorflow's / scipy's `LinearOperator`.
## Motivati…
-
Just recording this from a comment from @epatters on Zulip:
> [snip] Note that [graphical linear algebra](https://github.com/AlgebraicJulia/Catlab.jl/blob/master/src/linear_algebra/GLA.jl) is about…
-
[Initial title - Are we making (can we make) any good use of tensor cores?]
While looking up FP32/FP64 core documentation for the paper, I realised that (e.g. in V100) we are probably not using the…
-
## Overview
The goal of stdtensor is to provide a C++ library for tensors in STL style.
It will allow user to write program in a type safe and generic way.
## Components
### generic container …
-
This was reported by me in email to Josh on Feb 11. Now recording it here.
Josh responded on Feb 15:
This is an interesting bug. It has nothing really to do with the der-densor build, but I'll t…
-
We unify the use of the methods `tensor` vs. `tensor_product` in parent classes.
Current situation:
Category `ModulesWithBasis` provides a parent method `tensor` to construct a tensor product of m…
-
## 🚀 Feature
Let `torch.diag` support batched matrix, e.g. tensors with >= 3 dimensions. Currently, `torch.diag` only supports a 1d or 2d tensor. See https://github.com/pytorch/pytorch/blob/53596cd…
-
Hi, thank you so much for StemCStudio and your videos building and explaining geometric Algebra.
I discovered this technique this Summer and it is tremendously simpler and more intuitive than Tensor…
-
/cc @mratsim @andreaferretti
I'd like to know how https://github.com/unicredit/neo compares with other packages, in particular https://github.com/mratsim/Arraymancer, to know in which specific cases …