-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sort of lambda version of binned reduction, needs more work * add sln * adding load_partial and blend2 methods to VecDouble to make it work for scan implementations * add some MSVC project updates * bit buggy but works in principal * forgot proj file * xx * xx * sort of working * minor tweaks to scratch * very rough encapsulation of bionned accumulate-needs work * re working binned sumation example and accumulator function * project config changes * add clang debug and fixing crash bug in pairs summation caused by using aligned load on unalighned data in accumulate_transform.h * clean up scratch * clean up simple binned accumulator * cleaning scratch example * binned accumulator clean up firts cut header needs work * fix compiltion bug * update proj and soln files * proj files update * fix testbuild * fixing tests compile * minor fix and add tests for binned accumulation * more cleaning * more tidy with float types * adding extra function to example for simple cases * more tweaking and tests * reducing noise by using power of 2 numerics for truncation levels * switch example to do big cancellation * clean up example * further clean up * another clean up of cpp * remove double impl of copy constructor
- Loading branch information
Showing
20 changed files
with
2,166 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.