SWDEV-444289 - Map hipDeviceAttributeCanUseStreamWaitValue to enum in CUDA

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
Change-Id: I174bea3e37abfc6d92dc5f90376442c37370a831


[ROCm/hipother commit: bfe18b50f5]
This commit is contained in:
Sebastian Luzynski
2024-02-05 12:08:38 +00:00
parent c71766818d
commit 95c0fd265b
@@ -2558,6 +2558,9 @@ inline static hipError_t hipDeviceGetAttribute(int* pi, hipDeviceAttribute_t att
case hipDeviceAttributeCanUseHostPointerForRegisteredMem:
cdattr = cudaDevAttrCanUseHostPointerForRegisteredMem;
break;
case hipDeviceAttributeCanUseStreamWaitValue:
cdattr = cudaDevAttrReserved92;
break;
case hipDeviceAttributeComputePreemptionSupported:
cdattr = cudaDevAttrComputePreemptionSupported;
break;