GithubHelp home page GithubHelp logo

gpumaximumclique's Introduction

GPUMaximumClique

A maximum clique solver for GPUs

I hope to update the code to use the most recent release of gunrock, but for now, these steps will get the necessary externals, using the older versions used for the paper results:

git clone https://github.com/gunrock/gunrock.git
cd gunrock
git checkout 9aad94e8d9992a083e939c198337d084322226f3
cd externals
git clone https://github.com/moderngpu/moderngpu.git
cd moderngpu
git checkout 2b3985541c8e88a133769598c406c33ddde9d0a5
cd ..
git clone https://github.com/Tencent/rapidjson.git

Now you should be able to build using make all

To test for the brock200_2.mtx dataset: ./correctnessTest.o

To run on your graph (in matrix market format): ./test.o market [your_file]

commandLine.md describes all of the command line parameter options that can be used to select different configuration options for the maximum clique solver.

gpumaximumclique's People

Contributors

angeil avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.