SWDEV-518962 - Match hipCtxGetApiVersion signature with Cuda (#327)

Este commit está contenido en:
Brzak, Branislav
2025-05-26 16:58:22 +02:00
cometido por GitHub
padre 7f6020d599
commit ee2d4a0358
Se han modificado 5 ficheros con 8 adiciones y 8 borrados
+1 -1
Ver fichero
@@ -317,7 +317,7 @@ hipError_t hipCtxGetDevice(hipDevice_t* device) {
HIP_RETURN(hipErrorInvalidContext);
}
hipError_t hipCtxGetApiVersion(hipCtx_t ctx, int* apiVersion) {
hipError_t hipCtxGetApiVersion(hipCtx_t ctx, unsigned int* apiVersion) {
HIP_INIT_API(hipCtxGetApiVersion, apiVersion);
HIP_RETURN(hipErrorNotSupported);
}