-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pattern attributes 4-bytes alignment (#9681)
* Align pattern_attributes to 4-bytes boundaries This was reported as being an issue on failed render tests on AMD graphics cards * Warn on 4-bytes misalignment $ yarn run codegen Warning: The layout StructArrayLayout3ui6 is not aligned to 4-bytes boundaries. Warning: The layout StructArrayLayout3i6 is not aligned to 4-bytes boundaries. Warning: The layout StructArrayLayout3ui6 is not aligned to 4-bytes boundaries. Warning: The layout StructArrayLayout1ui2 is not aligned to 4-bytes boundaries. * Exclude non-deterministic test from render tests harness This test is non-deterministic on AMD, slight offset in the pattern. Excluding until root cause can be identified on this hardware
- Loading branch information
1 parent
184b75d
commit 791a42b
Showing
4 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters