Error attempting to trace iree-run-module
#19904
Labels
bug 🐞
Something isn't working
runtime/tools
IREE's runtime tooling (iree-run-module, iree-benchmark-module, etc)
runtime
Relating to the IREE runtime library
What happened?
I'm getting the following error attempting to use
iree-tracy-capture
across multipleiree-run-module
invocations with varying weights/inputs:Steps to reproduce your issue
The weight files in
/data/llama3.1/weights/8b/fp16/tp8/
onmi300x-3
or/shark_dev/data/llama3.1/weights/8b/fp16/tp8/
onmi300x
can be used.iree-compile llama3.1_8b_tp8.mlir -o llama3.1_8b_tp8.vmfb --iree-hal-target-device=hip[0] --iree-hal-target-device=hip[1] --iree-hal-target-device=hip[2] --iree-hal-target-device=hip[3] --iree-hal-target-device=hip[4] --iree-hal-target-device=hip[5] --iree-hal-target-device=hip[6] --iree-hal-target-device=hip[7] --iree-hip-target=gfx942 --iree-dispatch-creation-enable-aggressive-fusion=true --iree-global-opt-propagate-transposes=true --iree-opt-aggressively-propagate-transposes=true --iree-opt-data-tiling=false --iree-preprocessing-pass-pipeline='builtin.module(util.func(iree-preprocessing-generalize-linalg-matmul-experimental))' --iree-hal-indirect-command-buffers=true --iree-stream-resource-memory-model=discrete --iree-hal-memoization=true --iree-opt-strip-assertions
iree-run-module
What component(s) does this issue relate to?
Other
Version information
eb19497
Additional context
No response
The text was updated successfully, but these errors were encountered: