Tetris bot parallelism

Hello, I wrote a tetris bot but it's only single threaded. I could make it multi threaded, but I was wondering if I could use my GPU for this kind of things? (with CUDA for example)

The bot is recursive: for each 1st order position, it tests every 2nd order position, and for every 2nd order it tests every 3rd, etc. and I pick the best solution.
Last edited on
I don't think GPGPU is well-suited to that workload.
Topic archived. No new replies allowed.