SWDEV-351966 - Dispatch table for hip runtime

Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325


[ROCm/clr commit: 5e21f0c6bd]
This commit is contained in:
Anusha GodavarthySurya
2023-04-21 10:46:05 +00:00
کامیت شده توسط Anusha Godavarthy Surya
والد cea00f53fb
کامیت 3bdedf0cc7
37فایلهای تغییر یافته به همراه4496 افزوده شده و 192 حذف شده
@@ -277,7 +277,6 @@ bool isValid(hipEvent_t event) {
return true;
}
} // namespace hip
// ================================================================================================
hipError_t ihipEventCreateWithFlags(hipEvent_t* event, unsigned flags) {
unsigned supportedFlags = hipEventDefault | hipEventBlockingSync | hipEventDisableTiming |
@@ -458,3 +457,4 @@ hipError_t hipEventQuery(hipEvent_t event) {
HIP_INIT_API(hipEventQuery, event);
HIP_RETURN(ihipEventQuery(event));
}
} // namespace hip