Statistics
| Branch: | Tag: | Revision:

root / volk / lib / qa_utils.cc @ 4c6316e1

History | View | Annotate | Download (17.5 kB)

# Date Author Comment
ccfac187 10/20/2011 05:46 pm Tom Rondeau

volk: fixed signed/unsigned comparison warnings.

3a41b320 05/19/2011 01:03 am Nick Foster

Volk: added alignment prop to each machine. call volk_get_alignment() to get your machine's reqd alignment for malloc.

bfb812a4 05/12/2011 11:55 pm Nick Foster

Volk: changed size of memory alignment in QA code to 32 for AVX support

e3997ada 05/11/2011 04:52 am Nick Foster

Volk: initial profiling support. Profiling works, reading doesn't yet. Need to add name field to volk arch_defs

c40ef84d 05/06/2011 09:27 pm Josh Blum

volk: various backports from MSVC building

1) Added support for __cpuid intrinsic under MSVC

2) Fixed disambiguation for std::abs overload in qa code

3) Fixed bit128 union, the ifdefs were completely wrong

12413747 05/06/2011 06:25 pm Josh Blum

volk: removed volk_registry.h, it was superseded by the machines

668da8bd 04/16/2011 05:47 pm Nick Foster

Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.

9b7d444a 04/14/2011 12:18 am Nick Foster

Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid

Conflicts:
volk/Makefile.common
volk/lib/qa_utils.cc

888beebf 03/14/2011 04:33 pm Josh Blum

volk: simplify the get new method for the aligned pool

b013372e 03/09/2011 12:33 am Josh Blum

volk: replace posix_memalign with something cross platform

1bf5a3ea 02/16/2011 06:28 am Nick Foster

reverted mktables deletion until i get my act together and make it go straight from python -> .h

fd03c0ee 02/16/2011 05:59 am Nick Foster

Moved the fn indices gen from volk.c to volk_registry.h so the qa code has access to the static stuff

b0a23e87 01/25/2011 11:06 pm Nick Foster

Volk: doesn't test a routine if no valid architectures other than generic are found

f832c978 01/22/2011 02:24 am Nick Foster

Volk: Small changes to speed things up.

fa8c8c8e 01/21/2011 11:29 pm Nick Foster

Volk: added ability to spec scalar in test invocation

7a5a7510 01/21/2011 11:14 pm Nick Foster

Volk: added QA support for multiple outputs, scalar outputs. 92% test coverage within the framework.

82cafc43 01/21/2011 08:26 pm Nick Foster

Volk: fixed naming error. test coverage @ 75%, still need to add support for 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.

e3600f59 01/21/2011 06:53 pm Nick Foster

volk: renamed all files. added all tests. some test things are still broken.

be1b7d9f 01/20/2011 12:39 am Nick Foster

Volk: test suite supports scalar arguments and in-place operations

d486ff4b 01/16/2011 10:03 pm Nick Foster

volk_rename: renamed basically everything in the volk lib to have logically consistent function names

9a527257 01/14/2011 09:07 pm Nick Foster

Volk: QA code fixes, more Orc routines.
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.

e979880d 01/13/2011 06:58 pm Nick Foster

Volk: QA util has proper free().

c77bb3e7 01/13/2011 03:20 am Nick Foster

Volk: Working on a new QA architecture that doesn't require individual test programs.