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

Initial SyReC Implementation #6

Merged
merged 281 commits into from
Apr 22, 2022
Merged

Initial SyReC Implementation #6

merged 281 commits into from
Apr 22, 2022

Conversation

SmaranTum
Copy link
Contributor

No description provided.

@lgtm-com
Copy link

lgtm-com bot commented Feb 17, 2022

This pull request introduces 11 alerts when merging 516ab6e into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 17, 2022

This pull request introduces 11 alerts when merging 02d50ca into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 17, 2022

This pull request introduces 11 alerts when merging ad6b0b8 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 17, 2022

This pull request introduces 11 alerts when merging b99b9d1 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging f33e0e9 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #6 (da98c23) into master (f36391f) will decrease coverage by 99.5%.
The diff coverage is 0.1%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #6      +/-   ##
========================================
- Coverage   100.0%   0.4%   -99.6%     
========================================
  Files           3     35      +32     
  Lines          13   3633    +3620     
========================================
+ Hits           13     15       +2     
- Misses          0   3618    +3618     
Impacted Files Coverage Δ
include/Dummy.hpp 100.0% <ø> (ø)
include/algorithms/synthesis/syrec_synthesis.hpp 0.0% <0.0%> (ø)
include/core/circuit.hpp 0.0% <0.0%> (ø)
include/core/functor.hpp 0.0% <0.0%> (ø)
include/core/gate.hpp 0.0% <0.0%> (ø)
include/core/properties.hpp 0.0% <0.0%> (ø)
include/core/syrec/grammar.hpp 0.0% <0.0%> (ø)
include/core/syrec/statement.hpp 0.0% <0.0%> (ø)
include/core/target_tags.hpp 0.0% <0.0%> (ø)
include/core/utils/timer.hpp 0.0% <0.0%> (ø)
... and 25 more

Continue to review full report at Codecov.

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

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 6069801 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 4ec4acc into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 2c82d34 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 1868564 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 6e019f6 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 336f588 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging 7158868 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
@lgtm-com
Copy link

lgtm-com bot commented Feb 18, 2022

This pull request introduces 11 alerts when merging d0f2959 into 147fb99 - view on LGTM.com

new alerts:

  • 5 for Unused local variable
  • 3 for Unused import
  • 3 for 'import *' may pollute namespace

Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
burgholzer and others added 25 commits April 19, 2022 16:15
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
…ation

Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Copy link
Member

@burgholzer burgholzer left a comment

Choose a reason for hiding this comment

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

This PR is still not perfect, but it is at a sufficient point to be merged as an alpha version.

@burgholzer burgholzer self-assigned this Apr 22, 2022
@burgholzer burgholzer changed the title SyReC additional directories and changes Initial SyReC Implementation Apr 22, 2022
@burgholzer burgholzer merged commit d1c97bb into cda-tum:main Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants