codezonediitj / adaboost

Implementation of AdaBoost Algorithm
Other
9 stars 16 forks source link

documentation for cuda_wrappers done #18

Closed fiza11 closed 4 years ago

fiza11 commented 4 years ago

Documentation for cuda_wrappers_impl

czgdp1807 commented 4 years ago

All the documentation should be in interface files, i.e., hpp files and not _impl.hpp or .cpp files. Please shift the docs to cuda_wrappers.hpp. Rest looks good.

czgdp1807 commented 4 years ago

The documentation should be in https://github.com/codezonediitj/adaboost/blob/master/adaboost/utils/cuda_wrappers.hpp

czgdp1807 commented 4 years ago

Thanks.