-
With #12744 uncovered an unrelated error that hits an assertion in Affine Map simplification method upstream. I havent narrowed it down yet, but to repro
```
hal.executable private @repro {
hal.e…
-
Similar to `iree/hal/vulkan/api.h` we should have an `iree/hal/cuda/api.h` - this would expose device creation/wrapping and interop like iree_hal_semaphore_tCUevent. This makes it easier to integrate …
-
If I put IREE under a path including "haifeng.han", such as /home/haifeng.han/iree, it will fail to build IREE with some errors. However, it works fine under /tmp/iree or other paths without "haifeng.…
-
Repro:
```
from iree.compiler import compile_str
CODE = """
module {
func @main(%arg0: tensor, %arg1: tensor) -> tensor {
%0 = mhlo.convolution(%arg0, %arg1) dim_numbers = [b, f, 0, 1]x…
-
Request from @powderluv. Goal is to simplify pip install chains that want to depend on the nightlies.
[Edit: original issue title was "Create a separate PyPI for IREE nightly"]
-
#14550 caused a 22% size regression, meaning that there's likely some reduction that FusionOfTensors was handling that now isn't. Would be good to understand what's missed so we can track improving it…
-
### What happened?
With a debug build of iree-compile try to load it with valgrind and it errors out:
```
anush@anush-5900xt ~/github/shark-runtime
% valgrind --tool=massif --pages-as-heap=yes …
-
We keep this issue open to track local patches that should be applied once integration has caught up.
This issue is pinned to the #llvm-integrate channel on Discord.
In order to add a required p…
-
### What happened?
`[VULKAN] ! Validation Error: [ VUID-vkAllocateMemory-pAllocateInfo-01713 ] Object 0: handle = 0x55ba3e384b30, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xe9a2b96f | vkAllocateMe…
-
https://github.com/iree-org/iree/actions/runs/3595282807/jobs/6054591644 from https://github.com/iree-org/iree/pull/11391
We don't set Werror for gcc (yet): https://github.com/iree-org/iree/blob/02…