This is an archive of the discontinued LLVM Phabricator instance.

[SPIRV][NFC] Fix typo in SPV_KHR_16bit_storage extension name
ClosedPublic

Authored by pmatos on Jul 25 2023, 5:04 AM.

Details

Summary

Simple fix for a extension name typo. NFC.

Diff Detail

Event Timeline

pmatos created this revision.Jul 25 2023, 5:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2023, 5:04 AM
pmatos requested review of this revision.Jul 25 2023, 5:04 AM
Herald added a project: Restricted Project. · View Herald Transcript

The site: https://spirv-testing.khronos.org/staging/
is not working at the moment, right? At least, this phab diff is not present there.

The site: https://spirv-testing.khronos.org/staging/
is not working at the moment, right? At least, this phab diff is not present there.

Yes, that is correct. I turned off the testing of Phabricator revisions temporarily since we cannot pass non-opaque LLVM IR from Intel Graphics Compiler to the backend right now -- still working on the workaround.

mpaszkowski accepted this revision.Jul 26 2023, 2:49 PM

Thanks for catching the typo!

This revision is now accepted and ready to land.Jul 26 2023, 2:49 PM