This paper investigates the Hough transform for circle detection, highlighting its slow performance in traditional implementations, particularly for large images. By utilizing OpenCL technology for parallel processing on GPUs, the authors demonstrate significant speed improvements, achieving up to 4000 times faster execution than CPU-based sequential algorithms. The study details multiple optimization strategies and performance evaluations across various image resolutions, confirming the effectiveness of GPU acceleration in real-time image processing scenarios.