Closed ahmadbeirkdar closed 3 years ago
Just a note I accidentally committed a change for contributing which wasn’t meant for this pull request... But I guess it wouldn’t hurt to keep it here, so I didn’t revert it
works on my Mac thanks
I plan do review this on the next live stream (most likely Saturday Jan 23), and add macOS to the Travis-CI to verify it is currently failing on mac. :pray: thanks for the PR
I plan do review this on the next live stream (most likely Saturday Jan 23), and add macOS to the Travis-CI to verify it is currently failing on mac. 🙏 thanks for the PR
Sounds good! Looking forward to the stream!
gemm_vec-ref.c was added back because of the following The following macros are located in jsrc/blis.h, bli_dgemm_128_6x4 & bli_zgemm_128_3x2 are both functions defined in jsrc/blis/gemm_vec-ref.c
Which are also defined to in blis.h
And then called in jsrc/gemm.c, line 244 - 259
and line 757 - 772
So the question here is, how does it compile on gcc and clang on Ubuntu. Yet on macOS both gcc and clang give linker errors.
In jsrc/jeload.cpp: