[SYCL][Graph] Update design doc for copy queue#362
[SYCL][Graph] Update design doc for copy queue#362mfrancepillois wants to merge 2 commits intosyclfrom
Conversation
7739b83 to
d5773eb
Compare
EwanC
left a comment
There was a problem hiding this comment.
nitpicked the design doc but LGTM
EwanC
left a comment
There was a problem hiding this comment.
Can we add an E2E test for a linear graph that interleaves memory and kernel commands. I'd like to verify that the interaction between our in-order command-list optimization and compute/copy command-lists works correctly.
I have added a test locally but actually the way it is right now the copy command list optimization will only happen for out-of-order command buffers. It might make sense to leave that as it is for now and work on combining these two optimizations if worth it as a further piece of work? |
73ba45c to
4a47e54
Compare
eb67857 to
020a5ff
Compare
020a5ff to
0d13b58
Compare
- Update UR tag to include L0 command-buffer copy engine optimization - Add test which mixes copy and kernel commands - Update design doc to detail copy engine optimization
Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
5d44bdf to
01b1582
Compare
Update the design doc as command-buffer now uses the copy queue if a copy engine is available.