[mlpack-git] [mlpack/mlpack] Binarize Function + Test (#666)

stereomatchingkiss notifications at github.com
Wed Jun 15 02:56:57 EDT 2016


> @@ -47,10 +47,10 @@ void Binarize(const arma::Mat<T>& input,
>    #pragma omp parallel for
>    for (size_t i = 0; i < totalElems; ++i)

please change size_t to int, because openMP of vc do not support unsigned int yet

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/666/files/f7acc869cf67899a7b0cc9dcf8e532a9f05c5359..e3fc85edb5eb9aac98052238ff2904ea9bd9b842#r67108889
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160614/fe21c374/attachment.html>


More information about the mlpack-git mailing list