SWDEV-362280 - retur NotSupoorted for hip-vulkan

hip-vulkan semaphore on rocm is not supported

Change-Id: I6e01c4f5b192cfb17546a29a1cb17f320c4b1adc
This commit is contained in:
pghafari
2022-10-17 10:59:22 -04:00
committed by Payam Ghafari
orang tua 52ff4368e5
melakukan 895473e8d8
+1 -1
Melihat File
@@ -191,7 +191,7 @@ hipError_t hipImportExternalSemaphore(hipExternalSemaphore_t* extSem_out,
#endif
HIP_RETURN(hipSuccess);
}
HIP_RETURN(hipErrorInvalidValue);
HIP_RETURN(hipErrorNotSupported);
}