DmitryKo Posted May 10, 2020 Share Posted May 10, 2020 Display - GPU tab shows incorrect shader model version 6.3 with AMD WDDM 2.7 drivers, whereas dxcapsviewer reports shader model 6.5. Please note you need to pre-initialize the feature query with the highest SM version to report - so if you ask for SM 6.3, you will never get higher than that. The correct detection algorythm has to cycle through all known shader models, starting from the highest known version and going down until success (or start with 5.1 and loop up to the highest until failure). The latest Windows SDK Preview defines SM 6.6. Quote Link to comment Share on other sites More sharing options...
Fiery Posted May 20, 2020 Share Posted May 20, 2020 On 5/11/2020 at 12:12 AM, DmitryKo said: Display - GPU tab shows incorrect shader model version 6.3 with AMD WDDM 2.7 drivers, whereas dxcapsviewer reports shader model 6.5. Please note you need to pre-initialize the feature query with the highest SM version to report - so if you ask for SM 6.3, you will never get higher than that. The correct detection algorythm has to cycle through all know shader models, starting from the highest known version and going down until success (or start with 5.1 and loop up to the highest until failure). The latest Windows SDK Preview defines SM 6.6. Does SM 6.6 become available with WDDM 2.8? Quote Link to comment Share on other sites More sharing options...
DmitryKo Posted May 23, 2020 Author Share Posted May 23, 2020 The latest WDK Preview supports experimental SM 6.6 and release SM 6.5 starting with user-mode DDI revision 7 build 1 - i.e. WDDM 2.7 in Windows 10 May 2020 update. (Experimental features are intended for pre-alpha testing in Developer Mode). As of now, beta WDDM 2.7 drivers from AMD and NVIDIA support both release SM 6.5 and experimental SM 6.6; Intel drivers support release SM 6.5. Quote Link to comment Share on other sites More sharing options...
Fiery Posted May 24, 2020 Share Posted May 24, 2020 21 hours ago, DmitryKo said: The latest WDK Preview supports experimental SM 6.6 and release SM 6.5 starting with user-mode DDI revision 7 build 1 - i.e. WDDM 2.7 in Windows 10 May 2020 update. (Experimental features are intended for pre-alpha testing in Developer Mode). As of now, beta WDDM 2.7 drivers from AMD and NVIDIA support both release SM 6.5 and experimental SM 6.6; Intel drivers support release SM 6.5. Thank you! We'll implement the necessary fix for the GPU page in the next AIDA64 beta update. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.