-
Notifications
You must be signed in to change notification settings - Fork 802
Open
Labels
bug 🐞Something isn't workingSomething isn't working
Description
What happened?
When compiling a convolution operation with a tuning spec, the compilation fails because the generated code uses 89088 bytes of shared memory, which exceeds the hardware limit of 65536 bytes for the gfx942 target (AMD MI300X).
Steps to reproduce your issue
- Compile the MLIR template with the following command:
iree-compile template.mlir -o=tmp.vmfb \
--iree-codegen-tuning-spec-path=spec.mlir \
--iree-hal-target-device=hip \
--iree-hip-target=gfx942 \
--compile-from=executable-sources- link to template.mlir and spec.mlir
What component(s) does this issue relate to?
No response
Version information
IREE commit: af241f9524 (Integrate LLVM @ 356479191ca0)
Additional context
No response
Metadata
Metadata
Assignees
Labels
bug 🐞Something isn't workingSomething isn't working
Type
Projects
Status
No status