I want to get a Gpu's name on windows operation system with C++
问题 I want to get a Gpu's name,for example AMD Radeon HD4830, I want to get information like "ATI Radeon HD4830".But, I read register and get the information like "ATI Radeon HD 4800 Series".And I Used D3D or OPCL's interface get the information also like "ATI Radeon HD 4800 Series".How can I get a Gpu's name correctly? 回答1: I don't remember the exact function you need to call, but you need to use the SetupDiXxx functions. Warning: it's a little painful. 回答2: You can try this with c++amp , if you