Tag: Parallel Programming

gpu-image-rotation

December 30, 2018
This CUDA program performs a clockwise 90-degree rotation of a given image with efficient use of GPU capabilities.

n-queen-solver

November 13, 2018
Solution to the n-queen problem using bit-patterns and multi-threading.