derpda

Results 25 comments of derpda

@moe123 thanks for the info! We mostly target supercomputers and rely on optimized BLAS/LAPACK installations, which is why we probably need to stick to CBLAS and LAPACKE for now...

I'm also currently working on a pull request for this issue, but am hoping to hear from some contributers before I post it

I would certainly hope that native C or better yet C++ implementations are in the near future... :D For now, I have made changes to the CMake code in my...

Thank you for your quick reply. - As to the first point: Like they always say in Python, "we are all consenting adults here". - l tried the dev branch...

I'm currently thinking about using some free-running kernels as well, and this seems like it could be helpful.

This may be off-topic, but what does `HLSLIB_FREERUNNING_FUNCTION` do during synthesis? It seems to do the same as `HLSLIB_DATAFLOW_FUNCTION`. In my case the IP is part of the platform (an...

I see that some CI tests are failing, I'll get that fixed as soon as I can!

I have made some quite drastic changes to the CMake code. In particular, the way dependencies are handled is cleaned up. Eigen can be downloaded automatically now if it isn't...

I also just noticed that I added a lot of unintentional whitespace changes when I was modifying the include structure. Rest assured that I did not actually make any actual...

The test runs now, but fails with ``` terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid /home/travis/.travis/functions: line 109: 5280 Aborted (core dumped) ./test/test_HODLR ```...