Skip to content

Cuda C++ implementation of Qubo Max Cut with planted solution

Notifications You must be signed in to change notification settings

GlockPL/CudaSparseMaxCutPlanted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

mkdir build
cd build
cmake ..
make

incase of cmake not finding nvcc do this:

mkdir build
cd build
CUDACXX=/usr/local/cuda/bin/nvcc cmake ..
make

Where /usr/local/cuda/bin/nvcc is a standard path to nvcc

About

Cuda C++ implementation of Qubo Max Cut with planted solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published