SWDEV-351966 - Dispatch table for hip runtime
Change-Id: Ie4a44fa8cf1ff9c152146070bbbf6b0636d4e325
[ROCm/clr commit: 5e21f0c6bd]
This commit is contained in:
کامیت شده توسط
Anusha Godavarthy Surya
والد
cea00f53fb
کامیت
3bdedf0cc7
@@ -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
|
||||
|
||||
مرجع در شماره جدید
Block a user