Font Size: a A A

GPGPU programming and the pitfalls of naive data handling

Posted on:2011-04-30Degree:M.SType:Thesis
University:Oklahoma State UniversityCandidate:Gordon, Brian PatrickFull Text:PDF
GTID:2448390002966004Subject:Engineering
Abstract/Summary:
Scope and Method of Study. The purpose of this study was to implement a known bottleneck of a model based video encoder in code that runs on a modern graphics card using various methods. The study then looks the degree of speedup as well as the new bottlenecks for each implementation. The study also compares and contrasts the effectiveness of each method at improving the performance of the encoder.;Findings and Conclusions. While moving the highly parallel error calculation to the graphics card reduced the time required to perform the computation, the program still ran slower. Through analysis of the processors performance counters, the image data appears to move through system memory even though its origin and destination are in graphics memory. This inefficient handling of the data that should remain in graphics memory is removing any potential speedup from using the graphics card as a highly parallel coprocessor to accelerate the slowest part of the original program.
Keywords/Search Tags:Graphics card, Data
Related items