Commit 642cd90
authored
SWDEV-553375 - Implement hipMemAllocationTypeUncached in hipMemCreate… (#376)
… (#747)
## Associated JIRA ticket number/Github issue number
[SWDEV-553375](https://ontrack-internal.amd.com/browse/SWDEV-553375)
## What type of PR is this? (check all applicable)
- [ ] Refactor
- [x] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
- [ ] Continuous Integration
## What were the changes?
Add hipDeviceMallocUncached to hipMemCreate and hipMemMap flags
## Why are these changes needed?
Need to support uncache memory allocation using hipMemCreate or
hipMemMap
## Updated CHANGELOG?
<!-- Needed for Release updates for a ROCm release. -->
- [ ] Yes
- [ ] No, Does not apply to this PR.
## Added/Updated documentation?
- [ ] Yes
- [ ] No, Does not apply to this PR.
## Additional Checks
- [ ] I have added tests relevant to the introduced functionality, and
the unit tests are passing locally.
- [ ] Any dependent changes have been merged.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| 1156 | + | |
1156 | 1157 | | |
1157 | 1158 | | |
1158 | 1159 | | |
| |||
0 commit comments