Skip to content
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

[torch-frontend] update torch-mlir #300

Merged
merged 3 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp b/lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp
index 38198a91..fd4a40df 100644
index 4542287a..4d4d997a 100644
--- a/lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp
+++ b/lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp
@@ -10,6 +10,7 @@
Expand All @@ -9,8 +9,8 @@ index 38198a91..fd4a40df 100644
+#include "mlir/IR/OpDefinition.h"
#include "mlir/Pass/PassManager.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/Passes.h"
@@ -30,6 +31,50 @@ using namespace mlir::torch::Torch;
#include "torch-mlir/Dialect/Torch/IR/TorchDialect.h"
@@ -29,6 +30,50 @@ using namespace mlir::torch::Torch;
// Checking the backend contract.
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 1 addition & 1 deletion frontends/torch-frontend/third_party/torch-mlir
Submodule torch-mlir updated 100 files
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ struct ConvertAten_IndexPutImplOp
rewriter.getContext(),
/*updateWindowDims=*/updateWindowDims,
/*insertedWindowDims=*/insertedWindowDims,
/*inputBatchingDims=*/{},
/*scatterIndicesBatchingDims=*/{},
/*scatterDimsToOperandDims=*/scatterDimsToOperandDims,
/*indexVectorDim=*/indexVectorDim);

Expand Down
Loading