arrayfire / arrayfire/arrayfire-rust
Support batch matrix multiplication
Open
Feature
- Dominant language
- Rust
- Stars
- 827
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Support batch matrix multiplication in the rust wrapper of arrayfire.
I get the following error when trying to do matmul on 3D matrix:
```
Error message: Function does not support GFOR / batch mode
Last error: In function af_matmul
In file src/api/c/blas.cpp:253
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.