Quantcast
Channel: Intel® Software - Intel® Integrated Performance Primitives
Viewing all articles
Browse latest Browse all 1489

Bug: ippiFilterSeparable_32f_C1R_L writes outside the dst buffer

$
0
0

Dear Intel,

I have tried using ippiFilterSeparable_32f_C1R_L but encountered the following problem:

   - the function writes one row after the end of the available size in the destination buffer. I verified this by creating a bigger destination buffer with predetermined value. After the function I checked which pixels outside the allowed roi have been changed.

Here is my use case:

  - IPP Version 2018.2 64 bits on Windows 10 Pro x64

  - CPU Intel i7 3770

  - dataType = ipp32f, kernelDataType = ipp32f, numChannels  = 1, roiSize = { 192,  192 }, kernelSize = { 7, 7 }, srcStep 768

Is this forum the correct place to submit such issues?

Regards Nikolai


Viewing all articles
Browse latest Browse all 1489

Trending Articles