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 a framework for accurate and efficient simulation of SiDB logic #105

Merged
merged 131 commits into from
Feb 3, 2023

Conversation

Drewniok
Copy link
Collaborator

@Drewniok Drewniok commented Feb 1, 2023

✨ Added a framework for accurate and efficient simulation of SiDB logic.

marcelwa and others added 30 commits March 7, 2022 17:16
…ilation error that would occur on compilers other than GCC
…libraries as well as a function that utilizes this information and maps it against an SiDB surface to blacklist tiles
…lysis, and the new get_functional_implementations interface of gate libraries
…lus values for electrical charge, electric permittivity, and Thomas-Fermi screening distance
…emory. This should fix out-of-memory errors and consequently failed compilations
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/technology/sidb_charge_state.hpp Outdated Show resolved Hide resolved
include/fiction/technology/sidb_charge_state.hpp Outdated Show resolved Hide resolved
include/fiction/technology/sidb_charge_state.hpp Outdated Show resolved Hide resolved
include/fiction/technology/sidb_charge_state.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 marcelwa enabled auto-merge (squash) February 3, 2023 09:17
@marcelwa marcelwa merged commit 113030a into cda-tum:main Feb 3, 2023
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

if (!candidates.empty())
{
const auto random_index =
static_cast<uint64_t>(std::rand()) % // NOLINT: we use rand() due to its performance advantage; we do
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: rand() has limited randomness; use C++11 random library instead [cert-msc30-c]

=
                                        ^

if (!candidates.empty())
{
const auto random_index =
static_cast<uint64_t>(std::rand()) % // NOLINT: we use rand() due to its performance advantage; we do
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: function is not thread safe [concurrency-mt-unsafe]

=
                                        ^

@marcelwa marcelwa changed the title Added a framework for accurate and efficient simulation of SiDB logic ✨ Added a framework for accurate and efficient simulation of SiDB logic Mar 30, 2023
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