This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRV] Fixed dialect loading in deserialization
ClosedPublic

Authored by georgemitenkov on Sep 24 2020, 5:35 AM.

Details

Summary

Fixed an error when deserializing the SPIR-V binary
to MLIR SPIR-V. Before, the SPIR-V dialect was not loaded
explicitly into the context, which resulted in unregisterd
operation error.

Diff Detail

Event Timeline

georgemitenkov created this revision.Sep 24 2020, 5:35 AM
georgemitenkov requested review of this revision.Sep 24 2020, 5:35 AM
antiagainst accepted this revision.Sep 24 2020, 5:47 AM

Thanks for the fix!

This revision is now accepted and ready to land.Sep 24 2020, 5:47 AM