dimforge / dimforge/nalgebra

gemm_tr, gemm_ad do not use matrixmultiply

Open
#717 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.8k
Forks
565
PR merge metrics
No merged PRs in 30d

Description

It seems that `gemm_tr` and `gemm_ad` currently do not leverage `matrixmultiply` for larger matrices. I noticed when I was profiling after making some changes to some of my performance-sensitive code. In fact, pre-computing `let a_t = a.transpose()` and calling `gemm(1.0, &a_t, &b, 1.0)` was significantly faster.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.