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

[ROCm/hip commit: c80b7f7cb1]
Этот коммит содержится в:
Brzak, Branislav
2025-05-26 16:58:04 +02:00
коммит произвёл GitHub
родитель 0bd2233a69
Коммит 159f1d3d93
+1 -1
Просмотреть файл
@@ -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]
*