forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diagnose Concat, Compress, ArgMax, ArgMin axis attribute out-of-bouds (…
…llvm#1291) * Diagnose Concat, Compress, ArgMax, ArgMin axis attribute when it exceeds limit Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Diagnose Concat, Compress, ArgMax, ArgMin axis attribute when it exceeds limit Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Address code review comments Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Create onnx_mlir::Diagnostic class, use it in verify() and shapeInference() Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Create onnx_mlir::Diagnostic class, use it in verify() and shapeInference() Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Create onnx_mlir::Diagnostic class, use it in verify() and shapeInference() Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Diagnose ArgMax & Compress axis value dusing shape inference. Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Fix Compress code generation. Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> * Fix Windows build Signed-off-by: Ettore Tiotto <etiotto@ca.ibm.com> Co-authored-by: Tung D. Le <tungld@gmail.com>
- Loading branch information
Showing
16 changed files
with
424 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.