- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am running into an access violation when using ippiRemap_64f_C1R with large inputs/outputs, both with and without using TBB blocked_range or TBB blocked_range2d. I am seeing this on Mac, Windows, and Linux platforms. When stepping through the code in debugging mode on linux, I did not observe the issue. With my repro steps, I am using source and destination images with a width of 27485 and a height of 26588. Any suggestions about what could be happening here?
IPP Libarary info:
ippIP AVX-512F/
2021.
2021.
Nov 12 2020
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim,
The issue is caused by integer overvlow. The only way to proceed with big images at this version of IPP is to split the original image into several tiles and make remapping with each of these tiles separately.
IPP contains so-called platform-aware functions for image processing. These functions work with 64-bit object sizes.
However, I have to notice, that the current version doesn't support platform-aware API for ippiRemapping functionality.
Therefore, if you are interested to see this platform-aware mode with ippiRemap functionality - please let us know here or You may submit the Feature Request to the official channel -Intel Online Service Center.
-Gennady
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page