P4 to Git Change 1562507 by skudchad@skudchad_test2_win_opencl on 2018/05/31 18:10:39
SWDEV-145570 - [HIP] - Fix HIP build
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#11 edit
[ROCm/hip commit: bad00db6ea]
Dieser Commit ist enthalten in:
@@ -144,8 +144,7 @@ hipError_t hipStreamWaitEvent(hipStream_t stream, hipEvent_t event, unsigned int
|
|||||||
cl_event clEvent = as_cl(e->event_);
|
cl_event clEvent = as_cl(e->event_);
|
||||||
|
|
||||||
amd::Command::EventWaitList eventWaitList;
|
amd::Command::EventWaitList eventWaitList;
|
||||||
cl_int err = amd::clSetEventWaitList(eventWaitList, hostQueue->context(), 1,
|
cl_int err = amd::clSetEventWaitList(eventWaitList, *hostQueue, 1, &clEvent);
|
||||||
&clEvent);
|
|
||||||
if (err != CL_SUCCESS) {
|
if (err != CL_SUCCESS) {
|
||||||
return hipErrorUnknown;
|
return hipErrorUnknown;
|
||||||
}
|
}
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren