-
### Analysis
Whenever I attempt to change the temperature by saying "alexa set the ac to XX degrees" I get the following error as shown in the logs (it worked fine before), everything else works fi…
-
I'm prototyping on pack op direct vectorization, and found that some transfer_write/read (with masks) are not folded away. IR:
```mlir
func.func @main_dispatch_0_generic_32x128xD_f32xbf16_pack() {…
-
### Mouse / peripheral model and version
ROG Strix Flare II
### Armoury Crate Screenshots
![Screenshot 2024-04-13 163006](https://github.com/seerge/g-helper/assets/96964819/ac514fe7-4886-424c-b8a7…
-
We found that `LinalgStrategyPeelPass` optimizes away some `affine.min` used by `tensor.empty`, which makes a later check not be able to calculate the upper bound of memory allocation.
This is ori…
-
Doesn't work with cyrillic. Also tried with spanish `(à)` and chinese. Doesn't write anything to `trakt_cache.json`
Log for cyrillic:
```
[0049416c] core libvlc debug: VLC media player - 2.2.6 Um…
-
Maintainer: @feckert
Environment:
* Software: OpenWrt 24.10.0-rc2 and SNAPSHOT (as of 2024-12-10)
* hardware:
* VoCore2 and x86 box
* ZTE MF190
Description:
I installed the packages `luc…
-
https://github.com/iree-org/iree-test-suites/pull/50 adds a toy LLama test. Running this on CPU and HIP seems to give slightly different numbers. This is tracking issue for reproducing the error
This…
-
With this input
```
module {
func.func @_pad_1D_test_dispatch_0() {
%c7 = arith.constant 7 : index
%c0 = arith.constant 0 : index
%c0_i32 = arith.constant 0 : i32
%0 = hal.i…
-
When compiling the example below with:
```sh
iree-compile unpack_transpose_pack.mlir -o /dev/null --iree-hal-target-backends=llvm-cpu --iree-input-type=none --iree-llvmcpu-target-triple=x86_64-unk…
-
```bluespec
import TriState::*;
interface T;
interface Inout#(bit) v;
endinterface
(* synthesize *)
module t(T);
let t