Skip to content
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

WIP - Standardize argument memory type across all RPP Tensor HIP API #350

Draft
wants to merge 27 commits into
base: develop
Choose a base branch
from

Conversation

r-abishek
Copy link
Member

This PR removes inconsistencies and standardizes all array/tensor parameters to be in pinned memory across all RPP Tensor HIP functionalities to avoid copies from host to device. (src/dst large buffers in HIP device memory, and smaller function-parameter buffers in pinned memory)

@r-abishek r-abishek changed the title Standardize argument memory type across all RPP HIP Standardize argument memory type across all RPP Tensor HIP API May 8, 2024
@r-abishek r-abishek changed the title Standardize argument memory type across all RPP Tensor HIP API WIP - Standardize argument memory type across all RPP Tensor HIP API May 8, 2024
@kiritigowda kiritigowda requested a review from rrawther May 9, 2024 06:49
@kiritigowda kiritigowda self-assigned this May 9, 2024
@kiritigowda kiritigowda added the enhancement New feature or request label May 9, 2024
@kiritigowda kiritigowda marked this pull request as draft May 17, 2024 17:46
@kiritigowda kiritigowda changed the base branch from develop to master May 24, 2024 06:38
@kiritigowda kiritigowda changed the base branch from master to develop May 24, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants