summaryrefslogtreecommitdiff
path: root/volk/lib/testqa.cc
AgeCommit message (Collapse)Author
2013-01-13gras: support changeset for 3.6.4Josh 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-15volk: adding unaligned byteswap kernel.Tom Rondeau
2012-07-04volk: fix volk_32f_x2_dot_prod_32f_u_sse tail caseJosh Blum
2012-06-22volk: fixing some volk kernels.Tom Rondeau
This should fix some problems with gr-filter QA tests. Also removes some warnings.
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-15volk: adding new kernels to test and profile.Tom Rondeau
2012-05-11volk: add SIMD implementation for fixed phase rotationNick McCarthy
2012-04-19volk: avoid sse2 saturation issue 32768->32767Josh Blum
2012-02-13volk: adding complex conjugate kernel.Tom Rondeau
2012-02-13volk: added a 32fc multiply conjugate kernel.Tom Rondeau
2012-02-13volk: added unaligned version of adding 2 vectors.Tom Rondeau
2012-02-13volk: new unaligned versions of float multipliers.Tom Rondeau
2011-12-01Volk: 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-01Volk: remove index max horizontal star from test, it shouldn't be there eitherNick Foster
2011-12-01Volk: bring QA test changes into the profiler as wellNick Foster
2011-12-01Volk: 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-01Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ↵Nick Foster
magnitudes Conflicts: volk/lib/testqa.cc
2011-12-01Volk: fix volk_32f_x2_dot_prod_32f_u test (threshold increase)Nick Foster
2011-12-01Volk: 32f_s32f_multiply_32fNick Foster
2011-12-01Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE ↵Nick Foster
tested 10x faster than generic.
2011-05-20Volk: runtime NEON detection based on /proc/self/auxvNick Foster
2011-05-18Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster
2011-05-09Volk: Each QA test runs in separate Boost test case so it prints statistics ↵Nick Foster
for you.
2011-05-06volk: removed volk_registry.h, it was superseded by the machinesJosh Blum
2011-04-16Volk: 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-16Volk: Orc support back in there, QA code now runs, functionally completeNick Foster
2011-02-02volk: updating to readd unaligned dot product under new name scheme.Tom Rondeau
2011-01-26Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16Nick Foster
2011-01-26Volk: find built headers instead of installed onesNick Foster
2011-01-26Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster
2011-01-21Volk: Small changes to speed things up.Nick Foster
2011-01-21Volk: added ability to spec scalar in test invocationNick Foster
2011-01-21Volk: added QA support for multiple outputs, scalar outputs. 92% test ↵Nick Foster
coverage within the framework.
2011-01-21Volk: 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-21Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster
Conflicts: volk/lib/Makefile.am