Whitepaper: From CUDA to OpenCL: Towards a Performance-portable Solution for Multi-platform GPU Programming

Print Friendly, PDF & Email

This whitepaper evaluate OpenCL as a programming tool for developing performance-portable applications for GPGPUs.

While the Khronos group developed OpenCL with programming portability in mind, performance is not necessarily portable. OpenCL has required performance-impacting initializations that do not exist in other languages such as CUDA. Understanding these implications allows us to provide a single library with decent performance on a variety of platforms. We choose triangular solver (TRSM) and matrix multiplication (GEMM) as representative level 3 BLAS routines to implement in OpenCL. We profile TRSM to get the time distribution of the OpenCL runtime system. We then provide tuned GEMM kernels for both the NVIDIA Tesla C2050 and ATIRadeon 5870, the latest GPUs offered by both companies. We explore the benefits of using the texture cache, the performance ramifications of copying data into images, discrepancies in the OpenCL and CUDA compilers’ optimizations, and other issues that affect the performance. Experimental results show that nearly 50% of peak performance can be obtained in GEMM on both GPUs in OpenCL. We also show that the performance of these kernels is not highly portable. Finally, we propose using auto-tuning to better explore these kernels’ parameter space using search heuristics.

Comments

  1. Michael Wolfe says

    Title: “…Towards a Performance-portable Solution…”
    Abstract: “We also show that the performance of these kernels is not highly portable.”
    ????

    • I think the Buddha once said, “You can’t move towards something if you’re already there.” Or was it the Love Guru?