dace-vscode
dace-vscode copied to clipboard
Rich editor for SDFGs with included profiling and debugging, static analysis, and interactive optimization.
This PR adapts the extension to work with the SDFG -> CFG list changes in DaCe (hierarchical SDFGs), as well as handling SDFGs where only non-default attributes were saved. This...
**Describe the bug** I have a simple function attached with a two level nested loops. I generate an SDFG of this and open it with the VS-code extension. I then...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
i.e., builtins, vs library calls
**Describe the bug** The extension doesn't animate matrix access for a simple use-case. Tested using **To Reproduce** Steps to reproduce the behavior: 1. Generate the SDFG using the attached ipynb...