-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Describe the bug
The extension doesn't animate matrix access for a simple use-case. Tested using
To Reproduce
Steps to reproduce the behavior:
- Generate the SDFG using the attached ipynb
- Open the generated SDFG using the VS-code extension
- Select the entire SDFG and click on the "Inspect access patterns (local view)" tab
- In the pop-ups for M and N, enter 10 in both
- In the local view tab, try moving the slider and you will see that only one input matrix access gets highlighted.
- Both Access pattern and Reuse distance only show up for one matrix for some reason.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request