wsl/librocdxg: vmm api support for rocr on windows

PR:https://github.com/ROCm/rocm-systems/pull/1761/commits

Signed-off-by: Yang Su <Yang.Su2@amd.com>
Reviewed-by: Flora Cui <flora.cui@amd.com>
This commit is contained in:
yangsu13
2025-12-12 14:49:14 +08:00
committed by Flora Cui
parent e55a439c13
commit a7be322dfd
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -530,6 +530,13 @@ HSAKMT_STATUS HSAKMTAPI hsaKmtExportDMABufHandle(void *MemoryAddress,
return HSAKMT_STATUS_ERROR;
}
HSAKMT_STATUS HSAKMTAPI
hsaKmtGetMemoryHandle(void *MemoryAddress, HSAuint64 SizeInBytes,
uint64_t *SharedMemoryHandle) {
CHECK_DXG_OPEN();
return HSAKMT_STATUS_NOT_SUPPORTED;
}
HSAKMT_STATUS import_dmabuf_fd(int DMABufFd,
uint32_t NodeId,