Morten Dahl
Morten Dahl
All three are structurally identical to ```rust pub struct RepFixedTensor { pub tensor: RepRingT, pub fractional_precision: u32, pub integral_precision: u32, } ``` so maybe we should simply have a single...
There are identical structures so maybe a single `BitArray` would be better. Note that a team discussion is needed before implementing this.
See https://github.com/tf-encrypted/runtime/pull/719 and https://github.com/tf-encrypted/runtime/pull/351
Follow-up from https://github.com/tf-encrypted/runtime/pull/683: - [ ] add concrete flavour for ternary and variadic kernels - [x] add support for attributes - [ ] switch remaining `modelled!` + `kernel!` to `modelled_kernel!`...
Short term solution: - [x] Only run PyMoose CI when merging to main - [ ] Change order of testing (Moose first, then PyMoose)
Overall update Make sure to mention `blas` feature introduced in https://github.com/tf-encrypted/runtime/pull/670, which allows at least `moose` to compile and test without having OpenBLAS installed (by eg using `--no-default-features`).
We are getting to a point where the design of the new framework is stabilising (yet mostly undocumented) and where more people are potentially joining and development of both the...
This issue is about allowing computation graphs to invoke other computation graphs for the usual reasons of code modularity and reuse. Sub-computations also forms the backbone of supporting iteration through...
Cleanup to make the repo compile again.