arrayfire-rust icon indicating copy to clipboard operation
arrayfire-rust copied to clipboard

Support batch matrix multiplication

Open nathanielsimard opened this issue 3 years ago • 0 comments

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

nathanielsimard avatar Jul 06 '22 21:07 nathanielsimard