hi ,all
i write a block whit eigen library,and what should i do when to compile
with this library,such as add something in the Cmakelist.txt or Makefile
,
i’m sorry ,i donot familiar with this
thanks,
BZS
On Mon, Mar 10, 2014 at 12:18 AM, ͷ [email protected] wrote:
hi ,all
i write a block whit eigen library,and what should i do when to compile with
this library,such as add something in the Cmakelist.txt or Makefile ,
i’m sorry ,i donot familiar with this
thanks,
BZS
My benchmarking of eigen has not shown positive results. Similar
methods that we have in VOLK run much, much faster than the eigen
functions.
If you’re using eigen because it already has functionality you need,
I’d recommend you starting with numpy/scipy in Python and then migrate
that the a more optimized C++ block using VOLK and skip the step
altogether of trying to link against eigen.
Tom
On 03/10/2014 05:18 AM, 猪猪猪猪猪猪头 wrote:
hi ,all
i write a block whit eigen library,and what should i do when to compile
with this library,such as add something in the Cmakelist.txt or Makefile ,
i’m sorry ,i donot familiar with this
thanks,
BZS
Hi BZS,
please make sure you’ve read this page
http://gnuradio.org/redmine/projects/gnuradio/wiki/ReportingErrors
as well as
http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig
M