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
iree-run-module --module=test_rocm.vmfb --device=hip --input=2x130x130x4xf16=1.0 --input=3x3x4x320xf16=1.0 --input=320xf32=1.0
iree/runtime/src/iree/hal/drivers/hip/native_executable.c:186: INTERNAL; HIP driver error 'hipErrorNoBinaryForGpu' (209): no kernel image is available for execution on the device; mismatched target chip? missing/wrong bitcode directory?; while invoking native function hal.executable.create; while calling import;
[ 1] native hal.executable.create:0 -
[ 0] bytecode module.__init:306 test.mlir:13:11
at test.mlir:1:1; creating VM context; creating run context
What happened?
Steps to reproduce your issue
Cherry-pick the commit from here: https://github.com/iree-org/iree/pull/17921/commits
Repro MLIR:
Compile command:
iree-compile test.mlir --iree-hal-target-backends=rocm --iree-rocm-target-chip=gfx942 --iree-opt-const-eval=false --iree-global-opt-propagate-transposes=true --iree-global-opt-enable-fuse-horizontal-contractions=true --iree-flow-enable-aggressive-fusion=true --iree-opt-aggressively-propagate-transposes=true --iree-opt-outer-dim-concat=true --iree-vm-target-truncate-unsupported-floats --iree-llvmgpu-enable-prefetch=true --iree-opt-data-tiling=false --iree-codegen-gpu-native-math-precision=true --iree-codegen-llvmgpu-use-vector-distribution --iree-rocm-waves-per-eu=2 --iree-execution-model=async-external "--iree-preprocessing-pass-pipeline=builtin.module(iree-preprocessing-transpose-convolution-pipeline, util.func(iree-preprocessing-pad-to-intrinsics))" --iree-scheduling-dump-statistics-format=json --iree-scheduling-dump-statistics-file=compilation_info.json -o test_rocm.vmfb
Run command:
iree-run-module --module=test_rocm.vmfb --device=hip --input=2x130x130x4xf16=1.0 --input=3x3x4x320xf16=1.0 --input=320xf32=1.0
What component(s) does this issue relate to?
Runtime
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: