SWDEV-547629 - Fix hipLaunchHostFunc as it is supported during stream capture (#823)
[ROCm/clr commit: ddd96c1e5d]
This commit is contained in:
committed by
GitHub
orang tua
c33359ec62
melakukan
e81464f1ad
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user