XNNPACK tests that use mmap() fail on Hexagon devices
Open
- Dominant language
- C
- Stars
- 2.5k
- Forks
- 560
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 163
Description
Some of our tests (eg. for testing code cache) use mmap()/munmap()/etc for memory management. On the simulator, these tests appear to run just fine, but on a Samsung S22, these tests fail at load time; logcat output shows messages of the form `symbol mmap is blacklisted`. Are these functions unsupported on QuRT on this hardware? Or is there some additional privilege (signing etc) needed to use them?
Contributor guide
Assessment
This issue has not been assessed yet.