SWDEV-518962 - Match hipCtxGetApiVersion signature with Cuda (#81)
[ROCm/hip commit: c80b7f7cb1]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0bd2233a69
Коммит
159f1d3d93
@@ -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]
|
||||
*
|
||||
|
||||
Ссылка в новой задаче
Block a user