Back to search
A program that uses the GPU to solve sudoku puzzles. These puzzles are an interesting example of a constraint-satisfaction problem, which is a general approach to solving a wide variety of problems. This computation also lends itself well to the GPU: a lot of available parallelism within each puzzle, and can solve many puzzles simultaneously.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
3
commits
No package.json found
This might not be a Node.js project