Matt Grimm
Matt Grimm
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj I have a problem that on the surface looks like #430, but I am using a git-based knowledge repo with a MySQL database for the...
A [bug in the Mongo java driver](https://jira.mongodb.org/browse/JAVA-2434) causes the database handle to hang if an insert is called with an empty list. This is also a problem for the `insert-batch`...
My environment has python 3.8, and when I run the `refresh_compile_commands` target, I get an error. The target is configured as: ``` refresh_compile_commands( name = "refresh_compile_commands", exclude_external_sources = True, exclude_headers...
I'm interested in using the torch-mlir python bindings in a project that uses Bazel as its build system. Based on the [developer docs](https://github.com/llvm/torch-mlir/blob/main/docs/development.md#bazel-build), it seems like the Bazel configs for...
In the Python-based ONNX importer, if `--temp-dir` is specified and `--data-dir` is not, and the model is large enough to fail in-memory shape inference, the import fails with this error:...
Fixes #4210. Fix `data_dir` assignment and add tests for 2 new cases: 1. When `--temp-dir` is set and `--data-dir` is not and path-based shape inference is used 2. When `raw_model_modified`...