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
What I observe is that the 2 tensor arguments don't change.
It is exported from the test ShardedTensorTest.testInPlaceUpdate from this PR.
Steps to reproduce your issue
Extract the archive and run compile.sh
You can't verify the result with iree-run-module as it does not support validating the arguments post execution. You can use the test from the referenced PR for that.
What component(s) does this issue relate to?
Compiler
Version information
You may need this patch. I was using it when testing.
Additional context
No response
The text was updated successfully, but these errors were encountered:
What happened?
This program in-place-sharded-tensor.zip fails to do a proper in-place update.
The program is equivalent to
What I observe is that the 2 tensor arguments don't change.
It is exported from the test
ShardedTensorTest.testInPlaceUpdate
from this PR.Steps to reproduce your issue
compile.sh
iree-run-module
as it does not support validating the arguments post execution. You can use the test from the referenced PR for that.What component(s) does this issue relate to?
Compiler
Version information
You may need this patch. I was using it when testing.
Additional context
No response
The text was updated successfully, but these errors were encountered: