Saturday, October 1, 2016

GPU computing

The Asa H project has always involved a certain amount of work on parallel processing. Each of the various levels in the case memory hierarchy could be running on a different computer, for example. (e.g., my blog of 14 December 2015) I am now looking at CUDA C/C++ to see if I can incorporate parallel processing with GPUs. (using a NVIDIA GeForce card) GPU computing has been used for machine learning, pattern matching, feature detection, and speech recognition for example.

No comments:

Post a Comment