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

Data-transfer for Integrated GPU #258

Closed
singam-sanjay opened this issue Jan 5, 2022 · 2 comments
Closed

Data-transfer for Integrated GPU #258

singam-sanjay opened this issue Jan 5, 2022 · 2 comments

Comments

@singam-sanjay
Copy link

I understand the necessity to move the data between local (RAM) and GPU memory for a discreet GPU like an NVIDIA or Radeon card.

Is it necessary to move data to GPU memory if the GPU is integrated (like Iris Graphics) or is part of the SoC (like Adreno) ?

@axsaucedo
Copy link
Member

From my understanding you would still have to copy it at least to a vulkan buffer, which would require still a memcpy, having said that you would be able to copy to a host shared memory, which in this case could be the same memory. You may not need to copy it to the deviceOnly visible memory, although for optimal configuration it may require checking the nuances of your respective integrated graphics card.

@axsaucedo
Copy link
Member

Closing as seems question resolved

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

No branches or pull requests

2 participants