Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a custom descriptors feature #7339

Merged
merged 3 commits into from
Mar 3, 2025
Merged

Add a custom descriptors feature #7339

merged 3 commits into from
Mar 3, 2025

Conversation

tlively
Copy link
Member

@tlively tlively commented Feb 28, 2025

Although the proposal is called "Custom RTTs," the more precise term for
its main feature is "custom descriptors." To decrease long-term
confusion at the expense of some possible short-term confusion, name the
corresponding new feature "custom descriptors." This feature will guard
the use of both descriptor/describes clauses and exact reference types.

Although the proposal is called "Custom RTTs," the more precise term for
its main feature is "custom descriptors." To decrease long-term
confusion at the expense of some possible short-term confusion, name the
corresponding new feature "custom descriptors." This feature will guard
the use of both descriptor/describes clauses and exact reference types.
@tlively tlively requested a review from kripken February 28, 2025 04:53
@@ -106,6 +106,8 @@ struct ToolOptions : public Options {
.addFeature(FeatureSet::StackSwitching, "stack switching")
.addFeature(FeatureSet::SharedEverything, "shared-everything threads")
.addFeature(FeatureSet::FP16, "float 16 operations")
.addFeature(FeatureSet::CustomDescriptors,
"custom descriptors and exact references")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"custom descriptors and exact references")
"custom descriptors (RTTs) and exact references")

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might help avoid some confusion.

@tlively tlively merged commit 7c6df82 into main Mar 3, 2025
14 checks passed
@tlively tlively deleted the custom-descriptors-feature branch March 3, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants