Skip to content

CUDA implementation of application classification via belief propagation

Notifications You must be signed in to change notification settings

bkj/application_classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

application_classification

Implementation of ApplicationClassification workflow.

Produces identical results to PNNL code on georgiy and rmat example datasets.

TODO

  • Optimize performance
  • Fuse kernels
  • Get rid of transposes
  • Segmented reduce instead of reduce by key?
  • Could probably improve memory usage
  • Profiling
  • optional more correctness checking

About

CUDA implementation of application classification via belief propagation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 33.5%
  • Shell 26.1%
  • C++ 23.5%
  • Python 13.5%
  • Makefile 3.4%