SWDEV-357334 - hipEventRecord_spt() to take optional stream arg
Change-Id: I19540c577e2c3635a00379f814350ada41020af2
[ROCm/clr commit: 2801e4fe63]
This commit is contained in:
@@ -157,8 +157,11 @@ hipError_t hipStreamGetFlags_spt(hipStream_t stream, unsigned int* flags);
|
||||
|
||||
hipError_t hipStreamAddCallback_spt(hipStream_t stream, hipStreamCallback_t callback, void* userData,
|
||||
unsigned int flags);
|
||||
|
||||
#ifdef __cplusplus
|
||||
hipError_t hipEventRecord_spt(hipEvent_t event, hipStream_t stream = NULL);
|
||||
#else
|
||||
hipError_t hipEventRecord_spt(hipEvent_t event, hipStream_t stream);
|
||||
#endif
|
||||
|
||||
hipError_t hipLaunchCooperativeKernel_spt(const void* f,
|
||||
dim3 gridDim, dim3 blockDim,
|
||||
|
||||
Reference in New Issue
Block a user