Skip to content

Commit

Permalink
Merge pull request #529 from Xilinx/bump_to_71cb9426
Browse files Browse the repository at this point in the history
[AutoBump] Merge with fixes of 71cb942 (Dec 17) (139)
  • Loading branch information
mgehre-amd authored Feb 11, 2025
2 parents 4401885 + 2211e73 commit af4ed4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/InitAll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ void mlir::torch::registerOptionalInputDialects(
mlir::DialectRegistry &registry) {
registry.insert<complex::ComplexDialect, linalg::LinalgDialect,
memref::MemRefDialect, ml_program::MLProgramDialect,
scf::SCFDialect, tensor::TensorDialect, tosa::TosaDialect,
sparse_tensor::SparseTensorDialect>();
scf::SCFDialect, sparse_tensor::SparseTensorDialect,
tensor::TensorDialect, tosa::TosaDialect>();
}

void mlir::torch::registerAllPasses() {
Expand Down

0 comments on commit af4ed4e

Please sign in to comment.