Skip to content
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

✨ Added function to generate random SiDB layouts and write simulation results to file. #200

Merged
merged 141 commits into from
Sep 5, 2023

Conversation

Drewniok
Copy link
Collaborator

@Drewniok Drewniok commented May 4, 2023

Description

This PR adds a workflow to generate random SiDB layouts. The layouts are made compatible with SiQAD and the corresponding simulation results are provided.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

dependabot bot and others added 23 commits April 2, 2023 15:38
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `6783411` to `1f881ab`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@6783411...1f881ab)

---
updated-dependencies:
- dependency-name: libs/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [libs/parallel-hashmap](https://github.com/greg7mdp/parallel-hashmap) from `7883cb6` to `d2bed96`.
- [Release notes](https://github.com/greg7mdp/parallel-hashmap/releases)
- [Commits](greg7mdp/parallel-hashmap@7883cb6...d2bed96)

---
updated-dependencies:
- dependency-name: libs/parallel-hashmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Merging #200 (0f54bfc) into main (b352aaf) will increase coverage by 0.01%.
The diff coverage is 96.20%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   94.54%   94.56%   +0.01%     
==========================================
  Files          83       85       +2     
  Lines        7586     7667      +81     
==========================================
+ Hits         7172     7250      +78     
- Misses        414      417       +3     
Impacted Files Coverage Δ
...rithms/simulation/sidb/random_layout_generator.hpp 93.02% <93.02%> (ø)
include/fiction/io/write_sqd_layout.hpp 100.00% <100.00%> (ø)
include/fiction/io/write_txt_sim_result.hpp 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b352aaf...0f54bfc. Read the comment docs.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

include/fiction/io/write_loc_sim_result.hpp Outdated Show resolved Hide resolved
include/fiction/io/write_loc_sim_result.hpp Outdated Show resolved Hide resolved
include/fiction/io/write_loc_sim_result.hpp Outdated Show resolved Hide resolved
test/io/write_loc_sim_result.cpp Outdated Show resolved Hide resolved
include/fiction/io/write_loc_sim_result.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@marcelwa
Copy link
Collaborator

marcelwa commented Sep 4, 2023

@Drewniok please incorporate the bots' comments first. Afterward, I will gladly review it again.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

clang-tidy review says "All clean, LGTM! 👍"

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2023

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Collaborator

@marcelwa marcelwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for the great additions!

@marcelwa marcelwa merged commit 424564f into cda-tum:main Sep 5, 2023
56 checks passed
@Drewniok Drewniok deleted the random_layout_generator branch September 5, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants