-
Notifications
You must be signed in to change notification settings - Fork 60
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
Regenerate on sdk-1.3.268
#244
Conversation
|
sdk-1.3.268
sdk-1.3.268
and bump spirv version to 0.3.0
, rspirv to 0.12.0
Can you drop this? It's very uncommon for a feature PR to proactively bump the version. Rather, this should happen in a separate commit (that maybe also updates versions, readmes and changelogs) by the maintainer. |
Got it, done! |
sdk-1.3.268
and bump spirv version to 0.3.0
, rspirv to 0.12.0
sdk-1.3.268
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.
From a cursory view this looks good 👍
EDIT: Checked all the new Op
s and it doesn't look like we need to treat any specially.
The clippy error is coming from within |
I see #243 already updates |
f150a6a
to
5fdf92e
Compare
@exrook can you look into resolving the CI failures here? Thanks! |
@MarijnS95 should be good now |
Had to add another rename rule of
use
->usage
forCooperativeMatrixUse
fromSPV_KHR_cooperative_matrix
to get this to compile.