-
comparing the speed between traditional meth and openBLAS for Matrix Multiplication , however , obtain result seems kindar confusing.
testing code below
```
double start , finish ;
int …
-
HPMPC gives seg fault for BLASFEO HP, due to not properly aligning memory. The interface needs to be updated to take memory alignment into account.
@zanellia can you take the lead in fixing that? I…
-
Hey guys,
I've spent the weekend fixing bugs around acados, which are triggered by the use of BLASFEO HP version.
All bugs boil down to making assumption about the way HPIPM internally stores i…
-
Hey guys,
I found a bug in blasfeo_dgemv_t:
I am using BLASFEO_TARGET = X64_INTEL_SANDY_BRIDGE.
Running the following example, I get wrong results using both HIGH PERFORMANCE and REFERENCE:
``…
-
Hey guys,
I found another bug in blasfeo_dgemm_nn.
I am using BLASFEO_TARGET = X64_INTEL_SANDY_BRIDGE.
BLASFEO_VERSION = HIGH_PERFORMANCE is giving the wrong results, whereas REFERENCE gives the…
-
Hey guys,
I am using BLASFEO_VERSION = HIGH_PERFORMANCE and BLASFEO_TARGET = X64_INTEL_SANDY_BRIDGE, which worked quite well for me before.
But now I got wrong results using blasfeo_dgemm_nn. I w…
-
To avoid conversion between column major and panel major and backwards all the time, passing data between modules, it is preferred to define data in input/output-structs panel major by default.
Let…
-
Hi all,
When I tried to compile the tag ct-v2 on my Ubuntu 16.04 64-bits pc, it fails as the following file.
[hpipm-ct-v2-error.txt](https://github.com/giaf/hpipm/files/1756052/hpipm-ct-v2-error…
-
Hi all,
When I tried to compile the branch with `ct-v2` tag, it fails with the following information
`
[ 92%] Building C object test_problems/CMakeFiles/s_blas.dir/test_blas_s.c.o
[ 95%] Linki…
-
Wrapping up the development of an interface that uses BLASFEO directly. @giaf has a similar implementation based on an upper level of the software stack in hpmpc that also supports partial condensing.…