资 源 简 介
The project consists of a wrapper for the openCL API for the float datatype. Its been hosted to mainly demonstrate parallel sorting and max element search.
Time complexity (n*n PRAM processors)-
Largest element - O(1)
Sort - O(n)
Links
Mini-Wiki here
Examples & useful Downloads found here
Other Contributions are welcomed
especially if someone can include explicit specification of local/global workgroup
Other basic parallel algorithms for floats
Point of Contact: adityav89@gmail.com.
My Personal site here.