You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to compile Movenet's singlepose thunder as I'm updating my IREE runtime to IREE 3.0.0. I'm left with these error after importing it with iree-import-tflite.
Import the model with iree-import-tflite singlepose_thunder.tflite -o singlepose_thunder.mlir.
Compile the model with iree-compile --iree-input-type=tosa --iree-hal-target-backends=vulkan-spirv singlepose_thunder.mlir -o singlepose_thunder.vulkan.vmfb.
Error.
What component(s) does this issue relate to?
Compiler
Version information
IREE (https://iree.dev):
IREE compiler version 3.1.0rc20241225 @ 1f19761
LLVM version 20.0.0git
Optimized build
Additional context
This doesn't happen before 3.0.0. I've tried to compile it with the stable version of compiler from iree-base-compiler and it outputs the same error.
The text was updated successfully, but these errors were encountered:
What happened?
I'm attempting to compile Movenet's singlepose thunder as I'm updating my IREE runtime to IREE 3.0.0. I'm left with these error after importing it with
iree-import-tflite
.Steps to reproduce your issue
iree-import-tflite singlepose_thunder.tflite -o singlepose_thunder.mlir
.iree-compile --iree-input-type=tosa --iree-hal-target-backends=vulkan-spirv singlepose_thunder.mlir -o singlepose_thunder.vulkan.vmfb
.What component(s) does this issue relate to?
Compiler
Version information
IREE (https://iree.dev):
IREE compiler version 3.1.0rc20241225 @ 1f19761
LLVM version 20.0.0git
Optimized build
Additional context
This doesn't happen before
3.0.0
. I've tried to compile it with the stable version of compiler fromiree-base-compiler
and it outputs the same error.The text was updated successfully, but these errors were encountered: