Marcello Seri
Marcello Seri
We need to fix this, as the function is provided by the `base` library. The following should work ```ocaml open Owl (* This is not necessary *) open Owl_base_dense_ndarray_generic transpose...
Shold be fixed by the new PRs: ``` opam pin -n git+https://github.com/mseri/eigen.git#fix-0.3.0 opam pin -n git+https://github.com/mseri/owl.git#arm64 opam install owl ```
We should add a task to remove all asserts from the code. My guess is that there is a row with a different length. Can you check if I am...
My suggestion would be to create a separate, overlay library, that includes owl relevant modules but rebinds the operations with a non-broadcasting version (the most immediate way is by adding...
+1 for this
This is now fixed
@hansole the upcoming 6.0.0. The first alpha release is on opam-repository and will likely be merged soon.
Installing gawk is not solving the issue for me :(
Try now: `-march=native` is supported on mac arm for recent enough macos, I modified the code to use that
I have merged main to fix the merge conflicts