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
Now, the reason the highlighting does not work as expected is because of this intermediate data container, __tmp0. Because of this, the accesses inferred from the computation do not happen to data container B, but rather the temporary container __tmp0. There are plans to change this behavior because it does not reflect the behavior when viewed on the entire map, as you were trying to do. I will bump the priority of that work item in response to this, since I'm glad to see the feature is being used ;-) I cannot promise that it will make it into the October patch of the extension though due to some other high priority items.
An additional note here, though, is that it seems like this is another manifestation of spcl/dace#1382 - since it seems like the __tmp0 container should not be there to begin with. @alexnick83 ?
There isn't any issue with the container being there in the first place but I would expect it to be removed by strict transformations (before auto-optimization making the loop parallel).
Describe the bug
The extension doesn't animate matrix access for a simple use-case. Tested using
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect both the input matrices to display the same access pattern in the extension.
dace version info
dace v0.14.4
VS code extension v1.5.9
vs_code_bug_reproduce.zip
The text was updated successfully, but these errors were encountered: