SWDEV-547629 - Fix hipLaunchHostFunc as it is supported during stream capture (#823)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b58faa2f37
Коммит
ddd96c1e5d
@@ -560,7 +560,6 @@ hipError_t hipStreamQuery_spt(hipStream_t stream) {
|
||||
hipError_t streamCallback_common(hipStream_t stream, StreamCallback* cbo, void* userData) {
|
||||
getStreamPerThread(stream);
|
||||
|
||||
CHECK_SUPPORTED_DURING_CAPTURE();
|
||||
hip::Stream* hip_stream = hip::getStream(stream);
|
||||
amd::Command* last_command = hip_stream->getLastQueuedCommand(true);
|
||||
amd::Command::EventWaitList eventWaitList;
|
||||
|
||||
Ссылка в новой задаче
Block a user