Implement buffer_uses for HostExecuteStartThunk. by copybara-service[bot] · Pull Request #122027 · tensorflow/tensorflow · GitHub
Skip to content

Implement buffer_uses for HostExecuteStartThunk.#122027

Draft
copybara-service[bot] wants to merge 1 commit into
masterfrom
exported_pr_937922180
Draft

Implement buffer_uses for HostExecuteStartThunk.#122027
copybara-service[bot] wants to merge 1 commit into
masterfrom
exported_pr_937922180

Conversation

@copybara-service

Copy link
Copy Markdown

Implement buffer_uses for HostExecuteStartThunk.

This thunk represents an offloaded computation executed on the host. It reads data from its input arguments and mutates its result buffers. Therefore, the implementation explicitly maps args to BufferUse::Read and results to BufferUse::Write to correctly build memory dependencies.

This thunk represents an offloaded computation executed on the host. It reads data from its input arguments and mutates its result buffers. Therefore, the implementation explicitly maps args to BufferUse::Read and results to BufferUse::Write to correctly build memory dependencies.

PiperOrigin-RevId: 937922180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant