unified-memory-framework
unified-memory-framework copied to clipboard
Repro of issue: `ConcurrentOpenConcurrentCloseHandles` and `ConcurrentGetConcurrentPutHandles` tests fail when `NTHREADS == utils_get_num_cores()`
Description
This is a repro of the issue: https://github.com/oneapi-src/unified-memory-framework/issues/1169
Set NTHREADS to utils_get_num_cores() at minimum.
See: https://github.com/oneapi-src/unified-memory-framework/issues/1169#issuecomment-2880006055
Checklist
- [x] Code compiles without errors locally
- [x] All tests pass locally
- [ ] CI workflows execute properly
See: https://github.com/oneapi-src/unified-memory-framework/issues/1169#issuecomment-2880006055