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-05-11 | volk: add SIMD implementation for fixed phase rotation | Nick McCarthy | |
2012-02-21 | Volk: add scalar const support to the profiler/QA code. Disabled ↵ | Nick Foster | |
volk_32fc_s32fc_multiply_32fc_a's Orc impl due to it not working. | |||
2011-05-10 | Volk: initial profiling support. Profiling works, reading doesn't yet. Need ↵ | Nick Foster | |
to add name field to volk arch_defs | |||
2011-05-09 | Volk: Each QA test runs in separate Boost test case so it prints statistics ↵ | Nick Foster | |
for you. | |||
2011-04-16 | Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch. | Nick Foster | |
2011-04-13 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid | Nick Foster | |
Conflicts: volk/Makefile.common volk/lib/qa_utils.cc | |||
2011-03-08 | volk: replace posix_memalign with something cross platform | Josh Blum | |
2011-02-15 | Moved the fn indices gen from volk.c to volk_registry.h so the qa code has ↵ | Nick Foster | |
access to the static stuff | |||
2011-01-21 | Volk: added ability to spec scalar in test invocation | Nick Foster | |
2011-01-21 | volk: renamed all files. added all tests. some test things are still broken. | Nick Foster | |
2011-01-19 | Volk: test suite supports scalar arguments and in-place operations | Nick Foster | |
2011-01-16 | volk_rename: renamed basically everything in the volk lib to have logically ↵ | Nick Foster | |
consistent function names | |||
2011-01-14 | Volk: QA code fixes, more Orc routines. | Nick Foster | |
Broke the 32fc_multiply Orc impl because I'm lame and lost some work. Fixed volk_8s_convert_16s Orc impl. Still need to rename functions and modify the QA sig parser to match. Then rewrite makefiles. | |||
2011-01-12 | Volk: Working on a new QA architecture that doesn't require individual test ↵ | Nick Foster | |
programs. |