Replies: 1 comment 2 replies
-
Tagging @smaslov-intel and @kbsmith-intel here to help answering this question |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With ze_tracer tool, I noticed that memcpy kernels in the command list are submited to command queue one by one(I set
SYCL_PI_LEVEL_ZERO_BATCH_SIZE=32
and did not call wait() after the memcpy), and there are bubbles between the pipeline.Why can't we submit them in mini-batch, and is there any change to minimize the bubble between them?
--chrome-device-stages
)Beta Was this translation helpful? Give feedback.
All reactions