[all-commits] [llvm/llvm-project] 8f7271: [MLIR][SPIRV] Fixed dialect loading in deserializa...
George Mitenkov via All-commits
all-commits at lists.llvm.org
Thu Sep 24 06:57:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f72717ebe27209a11be80629c667332cd5e4e60
https://github.com/llvm/llvm-project/commit/8f72717ebe27209a11be80629c667332cd5e4e60
Author: George Mitenkov <georgemitenk0v at gmail.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp
Log Message:
-----------
[MLIR][SPIRV] Fixed dialect loading in deserialization
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 unregistered
operation error.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D88223
More information about the All-commits
mailing list