-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supporting mapAsync, getMappedRange, unmap #24
Comments
The thought was of doing the mapping in the tracer and on unmap (of a map write) record an "update data range" command. On the replay, mappable buffers would be faked and this would turn into a WriteBuffer. |
Right, but where does the command go? Is it a device command, a queue command, an encoder command? It wasn't clear to me since they happen out of band. I looked at the spec's time line stuff and I guess |
Essentially, same for "update data range" which would be a device command. |
Some peeps wanted to try to use the debugger on a cts test but when I tried it that was the one feature that was missing. I just tried hacking it myself. Since |
How should we go about supporting
mapAsync
etc?The text was updated successfully, but these errors were encountered: