-
| | |
| --- | --- |
| Bugzilla Link | [50886](https://llvm.org/bz50886) |
| Version | unspecified |
| OS | MacOS X |
| CC | @jpienaar,@River707 |
## Extended Description
The MLIR tests fails with …
-
Tracking various modes to enable LTC in
* [X] OOT Builds (https://github.com/llvm/torch-mlir/pull/1205)
* [X] Source builds (?) (https://github.com/llvm/torch-mlir/pull/1110)
* [X] When built fro…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50450](https://bugs.llvm.org/show_bug.cgi?id=50450) |
| Status | CONFIRMED |
| Importance | P norm…
-
This is an issue to track progress, feel free to close if there is a more descriptive issue of what needs to be done. CC: @jsetoain, @jamestcl-amd
Currently there is a 4x performance gap. See https…
-
https://github.com/iree-org/iree is a downstream with a `third_party/llvm-project` submodule tracking upstream with daily syncs.
The last sync, https://github.com/iree-org/iree/pull/18019, had to l…
-
Getting this warning on MSVC indicating that createTransformRegion is dropping the LogicalResult that buildStrategy (SIC) is returning. I'm not sure how the error is intended to propagate from the cre…
-
```shell
${PYTHON_BIN_PATH} configure.py --backend CUDA \
--os LINUX \
--host_compiler GCC \
--cuda_…
-
From the comment in https://github.com/ROCmSoftwarePlatform/MIOpen/pull/905.
Right now there is a shortcut to all three fwd, bwd, wrw directions, such that if the config is 3x3 and is supported win…
-
`settings.json`
when set to
```
"mlir.server_path": "${workspaceFolder}/build/bin/standalone-lsp-server",
```
will get a error
when set to absolute path, everything works
-
During model inference, model weight is frozen and won't change between iterations. CPU prefers special weight layout to accelerate the execution, then we need to prepack the model weight before model…