You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to find what values of hipDeviceProp_t::major correspond to what GPU and wasn't able to find it.
There are also seemingly no official CLI tools that print it, the only option is to own the GPU and write a piece of code myself.
I also tried to find in the source code and didn't succeed so far.
Would be great to have it described somewhere.
Attach any links, screenshots, or additional evidence you think will be helpful.
No response
The text was updated successfully, but these errors were encountered:
Hi @nazar-pc, hipDeviceProp_t::major and hipDeviceProp_t::minor reference the GPUs architecture. The system requirements page has a table which you can use to decode which architecture a GPU corresponds with. For example
An AMD Radeon RX 7900 XTX which is gfx1100 will have a major value of 11 and a minor value of 0.
An AMD Instinct MI100 which is gfx908 will have a major value of 9 and a minor value of 0.
No problem! I agree that the documentation could use some additions in regards to compute capability. I will reach out to the docs team and confirm how we want to go about adding it in.
Description of errors
I was trying to find what values of
hipDeviceProp_t::major
correspond to what GPU and wasn't able to find it.There are also seemingly no official CLI tools that print it, the only option is to own the GPU and write a piece of code myself.
I also tried to find in the source code and didn't succeed so far.
Would be great to have it described somewhere.
Attach any links, screenshots, or additional evidence you think will be helpful.
No response
The text was updated successfully, but these errors were encountered: