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

New function needed to return the GPU memory width in bits #24

Open
red-ray opened this issue Dec 2, 2021 · 1 comment
Open

New function needed to return the GPU memory width in bits #24

red-ray opened this issue Dec 2, 2021 · 1 comment

Comments

@red-ray
Copy link

red-ray commented Dec 2, 2021

Both I and a friend have been unable to find a was to read the GPU memory width in bits and suspect that doing this is currently not possible.

Given that NVidia have NvAPI_GPU_GetFBWidthAndLocation() and Intel have zesMemoryGetProperties() to read the memory bus width I feel that ADL should have a way to return this information, please can one be added.

@CPUID2021
Copy link

That would indeed be very useful. At the moment we can only hardcode the value in the code, that is not very convenient (and reliable).

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