ptal / turbo

A constraint solver purely on GPUs (CUDA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TURBO

Turbo aims to be a constraint solver entirely on GPUs.

Dependencies

  • Cuda compiler nvcc (>= 11).
  • libxml2
  • CMake version (>= 3.20)

Configure, compile and run

./config
cd build/gpu-release
make
cd ../..
./build/gpu-release/turbo benchmarks/pat5.xml

About

A constraint solver purely on GPUs (CUDA)

License:Apache License 2.0


Languages

Language:C++ 96.3%Language:Shell 1.3%Language:CMake 1.3%Language:Python 1.1%