I'm getting a segfault when I run this, haven't figured out why yet. I'll look more later.
Error:
libc++abi.dylib: terminating with uncaught exception of type af::exception: ArrayFire Exception (Input types are not the same:205):
In function af_err af_matmul(af_array *, const af_array, const af_array, const af_mat_prop, const af_mat_prop)
In file src/api/c/blas.cpp:133
Type mismatch inputs
In function af::array af::matmulNT(const af::array &, const af::array &)
In file src/api/cpp/blas.cpp:28
Abort trap: 6
I'm getting a segfault when I run this, haven't figured out why yet. I'll look more later.
Error: