bluss

Results 126 issues of bluss

In for example `Gemm`, the ordering of the input `a` is used, but this requires that `a`, `b`, `c` all have the same value for `.order()`. This is not checked.

See https://github.com/rust-lang/rust/pull/33602 for this new feature. Basically, it supports compiling dependencies using no-trans as well

Hi this is what the font looks like in my configuration. Linux, XFCE, Fantasque Sans Mono, Size: 11 It looks the same on any hinting setting of Light, Medium, Full....

For example, Deja Vu Sans Mono use more exaggerated rings on top of Å and å (`Åå`)

It would be nice if you hosted rustdoc and linked to it from the repo and crates.io. Thanks!

benchmark `sum_3_azip` seems to perform abysmally compared with the equivalent `sum_3_azip_fold`, investigate why, and why the former doesn't autovectorize like the latter.

performance

We'd like functionality like einsum, that would be awesome. Einsum is such a big feature that the preferred approach would be that a separate crate implements einsum. (This information has...

enhancement

There are a few minor features and improvements we can do with const generics. This meta-issue is mainly about those. Big-ticket items get their own issue. In particular remaking index...

enhancement

It is best to be "complete" with implementations when possible, since it can always be a breaking change to add it later. As shown in the test change in this...

enhancement

- In some cases we can modify the iterator without changing produced element order - for example changing shape [10, 1] to shape [1, 10] - In some cases we...