test our implementation of the Fast Hadamard Transform?
Difference between en1 and en2, changed 52 character(s)
Hi all,↵

Can you help me test our implementation of the 
[Fast Hadamard Transform](https://en.wikipedia.org/wiki/Hadamard_transform)?↵
It will take you a couple of minutes provided that you have modern enough C and C++ compilers. I'm especially interested in testing it under OS X and 32-bit systems.↵

You would need to have gcc that would compile C99 and g++ that would compile C++11. Also, you would need make to build everything.↵

What you need to do:↵

0. Tell me your OS and CPU.↵
1. Download the code from http://ilyaraz.org/fht.zip and unzip.↵
2. Run "make", tell me if something does not compile.↵
3. Run "test", make sure it does not fail. Tell me, if it fails.↵
4. Run "best_chunk" with n = 1024, 1048576, 134217728 and send me the↵
outputs.↵


Thanks!↵
Ilya

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English ilyaraz 2015-11-27 23:09:58 52
en1 English ilyaraz 2015-11-27 23:08:11 779 Initial revision (published)