-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling iree-run-module-multi.mlir on two different devices may need a way to specify iree-hal-local-target-device-backends for each device #19509
Comments
iree-hal-local-target-device-backends=rocm , now this will compile:
But run it will fail: The result:
|
as I mentioned before, iree-hal-local-target-device-backends is not the flag you are looking for and does nothing in this case. |
(we should probably verify it at least but that's hard - you really should not be trying to use rocm executables with the local executor) |
What happened?
Compile command:
./iree-compile ~/iree/tools/test/iree-run-module-multi.mlir --iree-execution-model=async-external --iree-hal-target-device=device_a=local[0] --iree-hal-target-device=device_b=hip[0] --iree-hal-local-target-device-backends=vmvx --iree-hip-target=gfx942 -o cpu_gpu.vmfb
Output:
Steps to reproduce your issue
What component(s) does this issue relate to?
No response
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: