-
Notifications
You must be signed in to change notification settings - Fork 793
Rename ConvertFToTF32INTEL to RoundFToTF32INTEL #8846
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
Conversation
Extension name will be preserved for a while for binary compatibility. There is not public spec change yet, but it has to be done ASAP Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
@@ -101,6 +101,7 @@ enum InternalCapability { | |||
ICapFPArithmeticFenceINTEL = 6144, | |||
ICapGlobalVariableDecorationsINTEL = 6146, | |||
ICapabilityComplexFloatMulDivINTEL = 6414, | |||
ICapabilityTensorFloat32RoundingINTEL = 6425, | |||
ICapabilityTensorFloat32ConversionINTEL = 6425, |
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.
will the two enums having same value cause issues here in expected behavior? Also, may be a TODO here? Thanks
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.
oh, it's a cherry-pick mistake
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.
Looks good to me. Only one correction needed. Please address that before merging. Thanks
Probably we don't need this patch ASAP here, @dkhaldi please confirm |
Closing as we don't need it here ASAP and can wait for the pulldown |
Extension name will be preserved for a while for binary compatibility.
There is not public spec change yet, but it has to be done ASAP
It's a cherry-pick of KhronosGroup/SPIRV-LLVM-Translator#1913