-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding my weighted graph coarsening code into kokkos-kernels (#1043)
* adding my wgted graph coarsening code into kokkos-kernels * graph coarsening unit tests * updating coarse builder with recent changes * updating with recent changes * fixing some details * more tests; small fixes * fix some problems * fix some things; unit tests work now * change contact * fixed for pthreads and when openmp/serial are not enabled * enable spgemm dedupe type in unit test * clang format * clang format again * converting all member functions to static; using a handle instead of member variable parameters * clang-format * requested changes * exclude new coarsening files from compilation for cuda builds without lambdas enabled * update files after rebase * clang format * fix g++ compiler warnings for serial build * clang format * 'correct' variable was not needed and has been eliminated * fix compiler warning for SKX gcc-7 build * fix randomly failing coarsening test for small random graphs
- Loading branch information
1 parent
1d37bad
commit 5930a2b
Showing
5 changed files
with
3,705 additions
and
2 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
Oops, something went wrong.