README.txt 597 B

12345678910111213141516
  1. file: README.txt
  2. author: Donnie Newell - den4gr@virginia.edu
  3. last modified: 18Jan2012
  4. The optimized version of particlefilter has significant changes from
  5. the original particle filter kernel prior to December 2011. A brief list
  6. is included below:
  7. - float data types changed to double because of overflow issues
  8. - increased synchronization to correctly handle shared memory and partial blocks
  9. - additional memcopies to print intermediate results for each frame
  10. These additions result in different results and runtimes than previous versions.
  11. Single: single precision
  12. Double: double precision