unified-memory-framework
unified-memory-framework copied to clipboard
add -Wsign-compare and -Wconversion
This is mostly needed to detect similar issues that windows compiler detect by default.
fixes: oneapi-src/unified-memory-framework#440
Description
Checklist
- [ ] Code compiles without errors locally
- [ ] All tests pass locally
- [ ] CI workflows execute properly