Conversation
694fedc to
152bb23
Compare
9c16798 to
2b342b1
Compare
e260def to
3481549
Compare
3481549 to
794affa
Compare
| Buffer buffer(bufdesc); | ||
| scratch = std::move(buffer); |
There was a problem hiding this comment.
Just wondering why it can't be a single line?
| for (int i = 0; i < length; ++i) | ||
| scratch[i] = static_cast<float>(scalar[i % chan]); |
There was a problem hiding this comment.
As far as I know we always use {} even for single-line loops.
|
BTW, DivC gapi perf tests sporadically failed in nightly builds: http://pullrequest.opencv.org/buildbot/builders/master_openvino-opencl-win64 (Jan 24 is the last failed build, 704) |
@alalek @alexgiving |
|
|
Sporadic failures are observed after merge, e.g.:
Nightly: |
GAPI Fluid: SIMD for DivC kernel. * GAPI Fluid:SIMD for DivC * Applied comment
Added SIMD for GAPI Fluid DivC kernel..
Performance report:
FluidDivCSIMD.xlsx