Fix Windows build
Change-Id: I8e219f8200875e3c46c1f54348317ba7ad8ae8ba
[ROCm/clr commit: 73751496e1]
Tento commit je obsažen v:
odevzdal
Vladislav Sytchenko
rodič
3b73ee5350
revize
5ae3b3ac31
@@ -48,7 +48,7 @@ typedef struct ihipIpcMemHandle_st {
|
||||
} ihipIpcMemHandle_t;
|
||||
|
||||
#ifdef _WIN32
|
||||
int getpid() { return _getpid();}
|
||||
inline int getpid() { return _getpid(); }
|
||||
#endif
|
||||
|
||||
#define HIP_INIT() \
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele