Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor SDFG List to CFG List #1511
Refactor SDFG List to CFG List #1511
Changes from 9 commits
9b7f840
bc8679f
68a6b62
40cd861
482c30f
27a350e
5aeec96
9e65ef0
b1da057
c8f8d91
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 164 in dace/codegen/instrumentation/data/data_dump.py
Codecov / codecov/patch
dace/codegen/instrumentation/data/data_dump.py#L164
Check warning on line 280 in dace/codegen/instrumentation/data/data_dump.py
Codecov / codecov/patch
dace/codegen/instrumentation/data/data_dump.py#L280
Check warning on line 172 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L172
Check warning on line 217 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L217
Check warning on line 221 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L220-L221
Check warning on line 253 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L253
Check warning on line 256 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L256
Check warning on line 275 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L275
Check warning on line 278 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L278
Check warning on line 280 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L280
Check warning on line 297 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L297
Check warning on line 300 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L300
Check warning on line 369 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L369
Check warning on line 405 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L405
Check warning on line 409 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L408-L409
Check warning on line 427 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L427
Check warning on line 430 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L430
Check warning on line 446 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L446
Check warning on line 449 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L449
Check warning on line 451 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L451
Check warning on line 468 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L468
Check warning on line 471 in dace/codegen/instrumentation/likwid.py
Codecov / codecov/patch
dace/codegen/instrumentation/likwid.py#L471
Check warning on line 253 in dace/codegen/targets/cpp.py
Codecov / codecov/patch
dace/codegen/targets/cpp.py#L253
Check warning on line 257 in dace/codegen/targets/cpp.py
Codecov / codecov/patch
dace/codegen/targets/cpp.py#L257
Check warning on line 900 in dace/codegen/targets/cpp.py
Codecov / codecov/patch
dace/codegen/targets/cpp.py#L900
Check warning on line 2018 in dace/codegen/targets/cpu.py
Codecov / codecov/patch
dace/codegen/targets/cpu.py#L2018