Richard Janis Goldschmidt

Results 35 issues of Richard Janis Goldschmidt

I am using the pandoc extension `tex_math_double_backslash` to be able to use the `\( \)` and `\[ \]` math environments. Somehow the combination of these environments together with curly braces...

enhancement

I am trying to figure out what to use as optimal kernel parameter for different architectures. For example, it looks like blis is using 8x4 for Sandy Bridge, but 8x6...

Would you consider also implementing matrix multiplication for integer matrices, or do you want to keep this purely floating point?

This is a first shot at implementing `gemm` using `i8` as input, and `i16` as output. The main change is to the gemm loops, which are now able to have...

I wanted to use the integer gemm code from 0430cf0, and realized that there currently is no way of performing an operation on transposed matrices while I wanted to perform...

Not sure if you are still maintaining this, but I was looking for tutorials and found this. The link you provided points to `http://dmrg101.readthedocs.org/en/latest/`, which does not exist. A little...

Running `cargo-chef` gave me panics when running with `cargo chef cook --bin my-bin` (see at the bottom). I believe I tracked it down to `cargo chef prepare --bin my-bin` creating...

bug
good first issue

Starting with #225, it's probably a good long term goal to implement all hyperbolic and non-hyperbolic trigonometric functions: + [ ] `cosh` + [ ] `arccos` + [ ] `arccosh`...

Enhancement

This patch addresses issue #31 : `ponymix` now resolves devices using only the name of the devices specified. The `--source` and `--sink` keywords are silently ignored. On the other hand,...

When directly targetting a device with the `--device` flag to toggle its state (or muting/unmuting it), the `--source` flag is required for sources, but the `--sink` flag is not equivalently...

enhancement