From 159f1d3d9327d44371d85ff6cd0d808d1dae33e2 Mon Sep 17 00:00:00 2001 From: "Brzak, Branislav" Date: Mon, 26 May 2025 16:58:04 +0200 Subject: [PATCH] SWDEV-518962 - Match hipCtxGetApiVersion signature with Cuda (#81) [ROCm/hip commit: c80b7f7cb154b1446bcd8f3754b0d092f2b08f90] --- projects/hip/include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 229121cdcf..5420c45d3b 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -5666,7 +5666,7 @@ hipError_t hipCtxGetDevice(hipDevice_t* device); * NVIDIA platform. */ HIP_DEPRECATED(HIP_DEPRECATED_MSG) -hipError_t hipCtxGetApiVersion(hipCtx_t ctx, int* apiVersion); +hipError_t hipCtxGetApiVersion(hipCtx_t ctx, unsigned int* apiVersion); /** * @brief Get Cache configuration for a specific function [Deprecated] *