Skip to content

Commit

Permalink
Minor update to optional attribute section
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupama Chandrasekhar committed Oct 21, 2024
1 parent 57c4f61 commit 2fd2977
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proposals/NNNN-max-records-per-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ they are different. We therefore prefer the option of specifying `MaxRecordsPerN
### Optional Attribute
This attribute could be made optional, for maximum backward compatibility; i.e. existing SM6.8 Work Graphs compile with
the newer Shader Model. When `MaxRecordsPerNode` is _not_ specified, the implicit value of `MaxRecordsPerNode` is equal
to `MaxRecords`. This also avoids redundant attribute specifications for those usage models where the values of
`MaxRecords` and `MaxRecordsPerNode` are identical.
the newer Shader Model. When `MaxRecordsPerNode` is _not_ specified, the implicit value of `MaxRecordsPerNode` is
equal to `MaxRecords`. This also avoids redundant attribute specifications for those usage models where the values of
`MaxRecords` and `MaxRecordsPerNode` are identical. However, for performance reasons, this was made a required
attribute with a compiler fall back for backward compatibilty.
<!-- {% endraw %} -->

0 comments on commit 2fd2977

Please sign in to comment.