Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
2012-07-15 | volk: adding unaligned byteswap kernel. | Tom Rondeau | |
2012-07-04 | volk: fix volk_32f_x2_dot_prod_32f_u_sse tail case | Josh Blum | |
2012-06-22 | volk: fixing some volk kernels. | Tom Rondeau | |
This should fix some problems with gr-filter QA tests. Also removes some warnings. | |||
2012-06-20 | Merge branch 'gr_filter' | Johnathan Corgan | |
2012-06-15 | volk: adding new kernels to test and profile. | Tom Rondeau | |
2012-05-11 | volk: add SIMD implementation for fixed phase rotation | Nick McCarthy | |
2012-04-19 | volk: avoid sse2 saturation issue 32768->32767 | Josh Blum | |
2012-02-13 | volk: adding complex conjugate kernel. | Tom Rondeau | |
2012-02-13 | volk: added a 32fc multiply conjugate kernel. | Tom Rondeau | |
2012-02-13 | volk: added unaligned version of adding 2 vectors. | Tom Rondeau | |
2012-02-13 | volk: new unaligned versions of float multipliers. | Tom Rondeau | |
2011-12-01 | Volk: since we have a profiler, we don't need to iterate during QA, so this ↵ | Nick Foster | |
can go much faster Conflicts: volk/lib/testqa.cc | |||
2011-12-01 | Volk: remove index max horizontal star from test, it shouldn't be there either | Nick Foster | |
2011-12-01 | Volk: bring QA test changes into the profiler as well | Nick Foster | |
2011-12-01 | Volk: fix 32fc dot product test. more investigation into ASM64 and ASM32 ↵ | Nick Foster | |
impls is needed to determine if these have robust tail cases or not. also fixed max_star test by removing it -- can't return ptrs in current test framework, needs custom test. | |||
2011-12-01 | Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ↵ | Nick Foster | |
magnitudes Conflicts: volk/lib/testqa.cc | |||
2011-12-01 | Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase) | Nick Foster | |
2011-12-01 | Volk: 32f_s32f_multiply_32f | Nick Foster | |
2011-12-01 | Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE ↵ | Nick Foster | |
tested 10x faster than generic. | |||
2011-05-20 | Volk: runtime NEON detection based on /proc/self/auxv | Nick Foster | |
2011-05-18 | Volk: renamed everything else to _a instead of _a16, makefiles included | Nick Foster | |
2011-05-09 | Volk: Each QA test runs in separate Boost test case so it prints statistics ↵ | Nick Foster | |
for you. | |||
2011-05-06 | volk: removed volk_registry.h, it was superseded by the machines | Josh Blum | |
2011-04-16 | Volk: modified archs.xml to put Orc higher prio than old SSE/SSE2, since Orc ↵ | Nick Foster | |
gives better results than those platforms on avg Test cases changed to take ~1s each on my i7 laptop | |||
2011-04-16 | Volk: Orc support back in there, QA code now runs, functionally complete | Nick Foster | |
2011-02-02 | volk: updating to readd unaligned dot product under new name scheme. | Tom Rondeau | |
2011-01-26 | Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16 | Nick Foster | |
2011-01-26 | Volk: find built headers instead of installed ones | Nick Foster | |
2011-01-26 | Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl. | Nick Foster | |
2011-01-21 | Volk: Small changes to speed things up. | Nick Foster | |
2011-01-21 | Volk: added ability to spec scalar in test invocation | Nick Foster | |
2011-01-21 | Volk: added QA support for multiple outputs, scalar outputs. 92% test ↵ | Nick Foster | |
coverage within the framework. | |||
2011-01-21 | Volk: fixed naming error. test coverage @ 75%, still need to add support for ↵ | Nick Foster | |
multiple outputs in the checker. some errors in the library were exposed by the new test suite, and a couple of bad Orc functions. need to investigate. | |||
2011-01-21 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename | Nick Foster | |
Conflicts: volk/lib/Makefile.am |