jeffwong / cudaglmnet

A lasso solver on the GPU
11 stars 3 forks source link

Most functions can be implemented using thrust #3

Closed jeffwong closed 11 years ago

jeffwong commented 11 years ago

Most functions used here can be rewritten using a transform functor, reduce, or zip