Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compiler): Copy tile sizes for all matmul ops when lowering to l…
…inalg.generic For now, the attribute "tile-sizes" is copied from the FHELinalg operation to the corresponding `linalg.generic` operation only for multiplications of encrypted matrices with plaintext matrices. The changes of this commit also cause the attribute to be copied for multiplications between plaintext ad ciphertext matrices, as well as for multiplications between two ciphertext matrices.
- Loading branch information