Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 496 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 496 Bytes

BMathEngine

June-July 2014 This is the task I was given during my internship at BITES - Defence & Aerospace Technologies. I was asked to create a BMathEngine class, which handles arithmetic operations in arrays, using OpenCL. For instance, user creates a BMathEngine object and sends two arrays to its add function and receives the third as the some of the two. But while doing this, the user is not aware of the OpenCL working behind and doesn’t have to understand all of the details.