diff options
Diffstat (limited to 'tools/gfx-unit-test/existing-device-handle-test.cpp')
| -rw-r--r-- | tools/gfx-unit-test/existing-device-handle-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/existing-device-handle-test.cpp b/tools/gfx-unit-test/existing-device-handle-test.cpp index 652a530af..257ac1f37 100644 --- a/tools/gfx-unit-test/existing-device-handle-test.cpp +++ b/tools/gfx-unit-test/existing-device-handle-test.cpp @@ -72,7 +72,7 @@ namespace gfx_test encoder->endEncoding(); commandBuffer->close(); queue->executeCommandBuffer(commandBuffer); - queue->wait(); + queue->waitOnHost(); } compareComputeResult( |
