-
Notifications
You must be signed in to change notification settings - Fork 808
Basic implementation of priority long vector exec tests. #7320
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
Basic implementation of priority long vector exec tests. #7320
Conversation
|
✅ With the latest revision this PR passed the C/C++ code formatter. |
damyanp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments here are mainly observations. The main (pun unintended) change I'm requesting is that this to the is retargeted to the staging branch. I think there's quite a lot of work we'll want to do before this is ready to go to main.
5ae4e92 to
e7d2725
Compare
| <RootValues> | ||
| <RootValue Index="0" ResName="LongVectorOp" /> | ||
| </RootValues> | ||
| <Shader Name="CS" Target="cs_6_0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is misleading because we override the values in the callback of RunShaderOp. I'll add a comment to the XML.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated to use the target defined here instead of overriding.
…p may have a precision issue
a19df14 to
e148abb
Compare
This PR is a basic implementation of the priority long vector execution tests #7260.