P4 to Git Change 1758971 by yaxunl@yaxunl-lc10 on 2019/03/20 12:00:49
SWDEV-145570 - Fix build failure due to type mismatch of amd::Event::CallBackFunction
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#16 edit
[ROCm/clr commit: 7d3439719d]
이 커밋은 다음에 포함됨:
@@ -54,7 +54,7 @@ void syncStreams() {
|
||||
|
||||
};
|
||||
|
||||
void ihipStreamCallback(cl_event event, cl_int command_exec_status, void* user_data) {
|
||||
void CL_CALLBACK ihipStreamCallback(cl_event event, cl_int command_exec_status, void* user_data) {
|
||||
|
||||
hipError_t status = hipSuccess;
|
||||
StreamCallback* cbo = reinterpret_cast<StreamCallback*>(user_data);
|
||||
|
||||
새 이슈에서 참조
사용자 차단