Lucas Mongrain

Results 36 comments of Lucas Mongrain

yeah sure, but I don't have the motherboard and all the other hardware for it so...

and also I don't know if I'm gonna have a lot of time with my university...

Hi @ihhub, I willl try this after #431

Hi @ihhub I was thinking of doing this issue for the hacktoberfest :). What extension of AVX512 should we support? I think it's easier to target a specific cpu architecture...

Ok this table found on [wikipedia](https://en.wikipedia.org/wiki/AVX-512): ![image](https://user-images.githubusercontent.com/16087328/66703245-79b04200-ecde-11e9-8b0f-0aa3be63b77b.png) show that all AVX-512 processor use F and CD. Since most of the 8-bit simd operation we use in this project appear in...

@ihhub I'm gonna implement three function only by PR to avoid a situation like #434

I tried sde like proposed in #611 with the current master branch (81379fc43e35fd1e509cef7a3b72aea7bbffeb82) and I got the following failed unit_tests: ![image](https://user-images.githubusercontent.com/16087328/72622226-cd9b7a00-3910-11ea-8ce1-56266239085f.png) I've launched sde with the following command: sde --...

there's might be an error with the way I launch sde, I don't have any error with function_pool::Threshold while running with -march=native

@ihhub No, the Maximum, Minimum, AbsoluteDifference, Accumulate, etc. work

@ihhub there's no avx512 function for the Threshold function