using openCL for sudoku solver algorithm

Hi,
How can i parallelize brute force sudoku sover algorithm using openCL.because of the lots of dependency i m not able to parallelize.please suggest me a solution

That’s not an OpenCL issue. Your have an algorithmic problem which is not the topic of this forum.