Skip to content

[Unity] NDArray Cache Efficient Load in OpenCL#14816

Merged
junrushao merged 1 commit intoapache:unityfrom
MasterJH5574:unity-dev/2023-05-09-nd-cache-copy
May 10, 2023
Merged

[Unity] NDArray Cache Efficient Load in OpenCL#14816
junrushao merged 1 commit intoapache:unityfrom
MasterJH5574:unity-dev/2023-05-09-nd-cache-copy

Conversation

@MasterJH5574
Copy link
Copy Markdown
Contributor

OpenCL runtime may allocate mirror memory
for device memory that serves as host copy target.

This PR uses a staging buffer for parameter load
to avoid this problem.

Authored by Tianqi.


Co-authored-by: Tianqi Chen tqchenml@gmail.com

OpenCL runtime may allocate mirror memory
for device memory that serves as host copy target.

This PR uses a staging buffer for parameter load
to avoid this problem.
@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented May 10, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@junrushao junrushao merged commit aab076e into apache:unity May 10, 2023
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.

4 participants