veg / tn93

TN93 fast distance calculator
MIT License
15 stars 7 forks source link

Create OpenCL implementation of tn93 #7

Closed stevenweaver closed 1 year ago

stevenweaver commented 6 years ago

A good starting point would be to search for parts of the code that have already been parallelized. For example, searching omp parallel, and investigating whether the use of OpenCL may result in faster computation.