Ihar Hubchyk

Results 666 comments of Ihar Hubchyk

We're going to try to run this job on GitHub Actions and hopefully we'll fix the problem.

@0x72D0 do you want any chance to obtain a hardware (CPU) for this? :)

Ah, I see :( Education is very important thing in this world ;) Anyway, if you would have a time and willingness then you might consider an opportunity to join...

Hey @0x72D0 would you mind to come back this issue once you have enough free time? You don't need to have a processor with AVX-512 but a compiler to do...

Hi @0x72D0 , the choice is yours. The most important is that compiler is able to support to it. I can help in this issue as much as I can!

Is it correct to say that all tests with AVX-512 support fail?

Thread pool uses the code from `penguinv.h` file which internally calls SIMD code first and then normal CPU code. Setting `-march=native` means we enable all possible instructions available on CPU.

Let's analyse functions which are implemented by AVX-512. If some functions are passed it might be that we made a mistake in other functions. Let's ignore **Threshold** function for now...

@0x72D0 I understand. Let's try this way: comment all functions in `function_pool` namespace in unit_test_image_function.cpp file, lines 2574 - 2596. Thereafter, please try to run unit tests again to verify...