SWDEV-541096 - add hipEventWaitDefault and hipEventWaitExternal (#453)
Co-authored-by: Li, Todd tiantuo <Toddtiantuo.Li@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8abe24d3b0
Коммит
2f7e9591be
@@ -372,6 +372,10 @@ typedef enum cudaResourceViewFormat hipResourceViewFormat;
|
||||
#define hipEventRecordDefault cudaEventRecordDefault
|
||||
#define hipEventRecordExternal cudaEventRecordExternal
|
||||
|
||||
//! Flags that can be used with hipStreamWaitEvent.
|
||||
#define hipEventWaitDefault cudaEventWaitDefault
|
||||
#define hipEventWaitExternal cudaEventWaitExternal
|
||||
|
||||
#define hipHostMallocDefault cudaHostAllocDefault
|
||||
#define hipHostMallocPortable cudaHostAllocPortable
|
||||
#define hipHostMallocMapped cudaHostAllocMapped
|
||||
|
||||
Ссылка в новой задаче
Block a user