SWDEV-351966 - Dispatch table for hip runtime
Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325
Этот коммит содержится в:
коммит произвёл
Anusha Godavarthy Surya
родитель
ae8d3a6a4e
Коммит
5e21f0c6bd
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "hip_internal.hpp"
|
||||
|
||||
namespace hip {
|
||||
|
||||
hipError_t hipGetLastError()
|
||||
{
|
||||
HIP_INIT_API(hipGetLastError);
|
||||
@@ -380,3 +382,4 @@ hipError_t hipDrvGetErrorString(hipError_t hip_error, const char** errStr)
|
||||
return hipErrorInvalidValue;
|
||||
}
|
||||
}
|
||||
} //namespace hip
|
||||
|
||||
Ссылка в новой задаче
Block a user