CUDA implementation of cmt Tracker

Hello,

I have been looking for an implementation that uses CUDA acceleration of the CMT tracker algorithm which uses FAST detector and BRISK descriptor to process the keypoints . I have checked Visionworks has an implementation for FAST detector .Is there any plan to incoroprate BRISK descriptor too? Or can anybody direct me to any resources that uses BRISK descriptor with CUDA
.
Following is the link of c++ implementation CMT algorithm that uses opencv for image processing

[url]https://github.com/gnebehay/CppMT[/url]

Regards