SWDEV-477219 - implement hipEventRecordWithFlags
Change-Id: Icf07e85fc8c15f921f6e7c9fbd31dd3856dc988b
This commit is contained in:
zatwierdzone przez
Jiabao Xie
rodzic
c3f49c8788
commit
7a4a22d454
@@ -1840,4 +1840,7 @@ hipError_t hipGraphExecBatchMemOpNodeSetParams(hipGraphExec_t hGraphExec,
|
||||
const hipBatchMemOpNodeParams* nodeParams) {
|
||||
return hip::GetHipDispatchTable()->hipGraphExecBatchMemOpNodeSetParams_fn(hGraphExec, hNode,
|
||||
nodeParams);
|
||||
}
|
||||
hipError_t hipEventRecordWithFlags(hipEvent_t event, hipStream_t stream, unsigned int flags) {
|
||||
return hip::GetHipDispatchTable()->hipEventRecordWithFlags_fn(event, stream, flags);
|
||||
}
|
||||
Reference in New Issue
Block a user