cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

OpenCL Optimization Case Study: Diagonal Sparse Matrix Vector Multiplication

http://developer.amd.com/documentation/articles/Pages/OpenCL-Optimization-Case-Study.aspx

This article discusses performance optimizations for AMD GPUs and CPUs using as a case study a simple, yet widely used computationally intensive kernel: Diagonal Sparse Matrix Vector Multiplication. We look at several topics which come up during OpenCL™ performance optimization and apply them to our case study:

  1. Translating C code to OpenCL™
  2. Choosing data structures for dense, aligned memory accesses
  3. Using local, on-chip memory
  4. Vectorizing the computation for higher efficiency
  5. Using OpenCL™ images to improve effective memory bandwidth
  6. Parallelism for multicore processors

At the end of our journey, we'll have a high-performance kernel for both the AMD Radeon™ HD 5870 GPU, as well as the AMD Phenom™ II X4 965 CPU.

OpenCL™ allows developers to write portable, high-performance code that can target both GPUs and CPUs. OpenCL™ unlocks the performance capabilities of today's parallel processors, although, as with any other programming environment, achieving high performance requires careful attention to how the code is mapped to the hardware platform and executed. Since performance is a prime motivation for using OpenCL™, performance optimization is a natural part of learning how to program in OpenCL™.

0 Likes
1 Reply
catalinadima
Journeyman III

its very helpful this article about OpenCL™ performance optimization, all you read here you can observe in this video tutorial http://www.sexshop-romantic.ro

0 Likes