jagomart
digital resources
picture1_Opencl Programming And Optimization   Part Ii


 226x       Filetype PDF       File size 3.40 MB       Source: free.eol.cn


File: Opencl Programming And Optimization Part Ii
openclprogramming and optimization part ii haibo xie ph d haibo xie amd com openclperformance consideration on gpus cpu dgpuwith openclhas obvious bottlenecks cpu gpu data movement is a side effect ...

icon picture PDF Filetype PDF | Posted on 03 Feb 2023 | 2 years ago
Partial capture of text on file.
                                       OPENCLPROGRAMMING AND 
                                           OPTIMIZATION –PART II
                                                    HAIBO XIE, PH.D.
                                                   haibo.xie@amd.com
    OPENCLPERFORMANCE CONSIDERATION ON GPUS
     CPU + dGPUwith OpenCLhas obvious bottlenecks
       ‒ CPU/GPU data movement is a side effect
       ‒ dGPUhas limited memory size
       ‒ CPU + dGPU has seeable overhead of cooperation under OpenCL runtime
     Try to narrow the side effects down as much as possible
       ‒ CPU/GPU data movement over PIC-E or other bus is the introduced overhead
       ‒ Double buffering or APU platform is the ideal technology to reduce the overhead
     Ideas to tune overall system performance should be paid attention
       ‒ Double buffering for dGPU
       ‒ APU platform for eliminating CPU/GPU data movement
       ‒ HSA technique gives CPU/GPU cooperation a more harmonious way
   2 |   INTRODUCTION TO OPENCL |   OCTOBER 23, 2013 |   PUBLIC
   AGENDA
    OpenCLsystem performance
       ‒ CPU/GPU data movement 
       ‒ OpenCLruntime overhead
    APU architecture and OpenCL optimization
    HSA and OpenCLoptimization
   3 |   INTRODUCTION TO OPENCL |   OCTOBER 23, 2013 |   PUBLIC
    CPU/GPUDATA MOVEMENT
     For normal CPU + dGPUplatform, a single buffer for computing and data movement looks like the below
             Data in            Compute            Data out   Data in            Compute            Data out
     There’s additional time consuming for CPU <-> GPU data movement which is introduced side effect
     This side effect is even worse in the case that:
       ‒ Data movement time is significantly larger than Kernel time
       ‒ Or Data movement time is even larger than CPU computing time
   4 |   INTRODUCTION TO OPENCL |   OCTOBER 23, 2013 |   PUBLIC
The words contained in this file might help you see if this file matches what you are looking for:

...Openclprogramming and optimization part ii haibo xie ph d amd com openclperformance consideration on gpus cpu dgpuwith openclhas obvious bottlenecks gpu data movement is a side effect dgpuhas limited memory size dgpu has seeable overhead of cooperation under opencl runtime try to narrow the effects down as much possible over pic e or other bus introduced double buffering apu platform ideal technology reduce ideas tune overall system performance should be paid attention for eliminating hsa technique gives more harmonious way introduction october public agenda openclsystem openclruntime architecture opencloptimization gpudata normal dgpuplatform single buffer computing looks like below in compute out there s additional time consuming which this even worse case that significantly larger than kernel...

no reviews yet
Please Login to review.