We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c62637 commit 8ba0395Copy full SHA for 8ba0395
utils/hct/hctdb.py
@@ -1044,8 +1044,6 @@ def populate_categories_and_models_ExperimentalOps(self):
1044
# most recent release until infrastructure is in place to opt-in to
1045
# experimental ops and the validator can force use of the PREVIEW hash.
1046
for i in "ExperimentalNop".split(","):
1047
- # Update instructions for when release shader model is updated:
1048
- # set shader_model to latest experimental (like released + 1 minor)
1049
self.name_idx[i].category = "No-op"
1050
self.name_idx[i].shader_model = 6, 10
1051
0 commit comments