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
- Fix non-portable static_assert(false) to use sizeof(T)==0 idiom
- Replace placeholder TestId GUID with f00df946-9877-4453-8844-b1f4c8977953
- Extend isFloatingPointType to cover SNorm/UNorm/F8 wrapper types
- Rename ValidationConfig member to Validation to avoid type/member shadowing
- Rename local variables in dispatchTest to avoid type shadowing (CurOp, OpConfig)
- Add row-major assumption comment in doMatricesMatch
- Add MATRIX_LAYOUT comment explaining 0=RowMajor, 1=ColMajor
- Add TODO for non-square K dimension test coverage
- Clarify pre-staged input set comments in LinearAlgebraTestData.h
- Fix 'constuctor' typo in HLSLTestDataTypes.h
Co-authored-by: Copilot <[email protected]>
0 commit comments