-
CMake fails with
```
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find SWIG (missing: SWIG_EXECUTABLE S…
-
The performance documentation should say what to run to reproduce or extend the results. It's not obvious what that is.
Also, they don't report page sizes. Isn't that relevant for large sizes (TL…
-
When running valgrind on the d_riccati_recursion example,
it returns invalid read errors in the functions:
blasfeo_dtrmv_lnn (d_blas2_lib4.c:575) and blasfeo_pack_tran_dmat (d_aux_lib4.c:2184)
…
tsijs updated
5 years ago
-
I have an exectuable which links to hpipm and blasfeo.
* I built and installed blasfeo with `TARGET = X64_INTEL_CORE`.
* Then I build and install hpipm with `TARGET = SSE3` and `BLASFEO_PATH` set …
-
Sorry to bother you again, but the "getting_started" and "example_d_ricatti_recursion" have memory leaks according to valgrind.
tsijs updated
6 years ago
-
When manually compiling the generic kernel implementation, there are a few functions that have a mismatch in the number of arguments in the header and the source (and/or different argument or return t…
tsijs updated
6 years ago
-
```/usr/bin/x86_64-linux-gnu-ld: CMakeFiles/blasfeo.dir/kernel/avx2/kernel_dgemm_12x4_lib4.S.o: relocation R_X86_64_PC32 against symbol `inner_kernel_dgemm_add_nt_12x4_lib4' can not be used when makin…
-
The following program segfaults for HASWELL (not for GENERIC). I'm trying to compute the cholesky decomposition of a submatrix and store it in a smaller matrix. For GENERIC, I get the correct result (…
-
Hey guys,
I think I found a Bug in the Sandy Bridge implementation of blasfeo_dgead.
Namely when using the function
`void blasfeo_dgead(int m, int n, double alpha, struct blasfeo_dmat *sA, int ai…
-
It would be great to either eliminate those or provide a cmake variable to compile blasfeo without the examples.