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
Check WaveMatrix support; locally declare feature struct for now (microsoft#6089)
WaveMatrix wasn't checking WaveMMATier before running tests (assuming it
was always supported for SM 6.8). This change fixes this.
D3D12_SDK_VERSION check for WAVE_MMA feature structure and enum
definitions assumed they will be defined in SDK version 613. This isn't
accurate, so this block of local definitions will always be enabled
until we have the correct version in the future.
0 commit comments