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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user