You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use dispatcher function to call HammingComputer (#2918)
Summary:
Pull Request resolved: #2918
The HammingComputer class is optimized for several vector sizes. So far it's been the caller's responsiblity to instanciate the relevant optimized version.
This diff introduces a `dispatch_HammingComputer` function that can be called with a template class that is instanciated for all existing optimized HammingComputer's.
Differential Revision: D46858553
fbshipit-source-id: 4237cf520dcfc18aff2c25e2b630230fe226f7ec
0 commit comments