Releases: spcl/dace-vscode
Version 0.2.15
This version adds the DaCe Python backend, which provides a list of applicable transformations for the SDFG currently being viewed. Transformations can be previewed and directly applied to the graph. Additionally, a list of previously applied transformations is shown, giving the option to view previous states of the SDFG as well as jumping back to them. The list of applicable transformations is grouped into relevance groups for the currently selected graph elements, and the graph elements currently in view. A set of static analysis overlays to analyze memory movement and FLOPS hotspots is provided. SDFGs can be executed, profiled, and interactively instrumented. Resulting instrumentation reports can be loaded to display measured execution time on top of the graph as an overlay.
Version 0.1.9
This version provides various small visual and behavioral improvements, as well as an option to jump to the Python code referenced by a tasklet via button click.
Version 0.1.5
Added support for dark mode, added SDFG file icons, and made the border between the graph and the info box a draggable border, such that you can now decide how large the info box shouold be.
Initial Release
Fixed missing HTML file in published extension Also adapted the icon and title of the extension.