Check out https://youtu.be/Et__c9pa5TE for demonstrations of Codeplay’s VisionCpp library, which has been funded in part by LPGPU2. VisionCpp allows computer vision application developers to write all of their code in C++ and have it aggressively optimised at compile time through kernel fusion and expression templates. Codeplay’s implementation of SYCL – ComputeCpp – enables acceleration of the application on GPU devices, giving you both expressibility in the source code and real-time performance. See the project on GitHub if you would like to give it a try:
https://github.com/codeplaysoftware/visioncpp
Comments are closed.