This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Updates from master#290
Merged
ScottCarda-MS merged 28 commits intofeatures/ClassicallyControlledfrom Feb 7, 2020
Merged
Conversation
* Sort documentation items when merging TOCs and namespaces. * Build 0.10.1912.2702 changes. [skip ci]
… processor backend
…p-compiler into beheim/branching
* Added a perfomance option to the command line tool (just added the option, the code to make it work was not implemented as part of this commit). * Event based compilation tracking basic infrastructure. * Implemented basic data gathering from events raised in the compiler. * Added more events to the compilation process. * Implemented showing warnings as part of publishing tracking results. * Made minor changes regarding implementation style. * Implemented building a forest from the information collected through compiler event tracking. * Implemented writting perf data to file. * Prepare changes to publish a PR. * Fix minor non-functional stuff for PR publishing. * Fixed blank spaces changes to avoid noise in the PR. * Fixed more blank spaces stuff. * Fixed even more blank spaces stuff. * Addressed Scott's messages. * Update src/QsCompiler/CommandLineTool/Commands/Build.cs Co-Authored-By: bettinaheim <34236215+bettinaheim@users.noreply.github.com> * Addressed feedback provided in code review, including thread safety. * Changed GenerateKey method to internal. Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
Contributor
Author
|
@ScottCarda-MS I pulled in the latest changes, and made the necessary adaptions. I also reenabled execution tests. After merging this everything is ready for a PR to master. Do you want to set that up? |
ScottCarda-MS
approved these changes
Feb 7, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This will also make the transformation for classical control execute if the execution target is a quantum processor. Please don't squash this PR - a proper merge commit will make it a lot easier to set up the PR back to master.