fix missing semicolon on NV path
Change-Id: I3cfecb7bd534578a1f5a07ca9397092dcf01db07
[ROCm/hip commit: 8404215658]
Tento commit je obsažen v:
@@ -88,7 +88,7 @@ typedef CUdeviceptr hipDeviceptr_t;
|
||||
typedef cudaChannelFormatKind hipChannelFormatKind;
|
||||
typedef cudaChannelFormatDesc hipChannelFormatDesc;
|
||||
typedef cudaTextureReadMode hipTextureReadMode;
|
||||
typedef cudaArray hipArray
|
||||
typedef cudaArray hipArray;
|
||||
|
||||
// Flags that can be used with hipStreamCreateWithFlags
|
||||
#define hipStreamDefault cudaStreamDefault
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele