This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Merging main to feature/sparse-simulator
#905
Merged
kuzminrobin
merged 31 commits into
feature/sparse-simulator
from
kuzminrobin/sparseSimMergeMain
Jan 21, 2022
Merged
Merging main to feature/sparse-simulator
#905
kuzminrobin
merged 31 commits into
feature/sparse-simulator
from
kuzminrobin/sparseSimMergeMain
Jan 21, 2022
Conversation
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
* Use explicit static VC runtime on Windows This change updates the QIR runtime to use an explicit path to the Spectre-mitigated, static VC runtime on Windows. Using a full path here overrides the selection logic and ensures the chosen libcmt[d] and vcruntime[d] are loaded. * Add "-sort" flag * Include version number in find pattern * Include libcpmt library as well * Use spectre component name
* Moving QIR runtime build config into qir_cmake_include CMakeLists.
* Basic Runtime Driver implementation * Remove leftover comment * fix copyright comment * Include memory header * Adding static lib generation * Removing static lib changes Co-authored-by: Ian Davis <[email protected]>
This complements the change in the pull request below: microsoft/qsharp-compiler#1241 By normalizing to lower case the target name, we allow execution even if the target name was provided without matching case.
* Moved some classes from IQSharp
* Adding Basic Runtime Driver implementation * Moving QIR runtime build config into CMakeLists. * Moving QIR runtime build config into qir_cmake_include CMakeLists. * Adding foundation and runtime rust bundling * Changing package dir due to root Cargo.toml introduction. Co-authored-by: Stefan J. Wernli <[email protected]>
* Switched NativeSimulaotr (NS) to clang on Mac and Linux * Install libomp on Mac. * Customized openmp for clang on Mac. * Added sanitizers to NS.
* Re-trying the PR #881. * Added copying libomp on Mac and Linux. * Fixed the omp lib for Win.
* Workaround for libomp on Linux, Mac * Try renaming file * Add special case copy for local dev dependencies
* Fix links to QIR specification * Update README.md * Update README.md
main to feature/sparse-simulatormain to feature/sparse-simulator
xref links in https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.assertqubitwithintolerance and https://docs.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.diagnostics.assertqubit don't render as links. I believe docgen doesn't recognize API links if they are given in lowercase, it needs proper capitalization in xref. Co-authored-by: XField <[email protected]>
ScottCarda-MS
approved these changes
Jan 19, 2022
Contributor
ScottCarda-MS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor question about a commented-out piece of script.
* Link against checked in libomp.dylib * Try another explicit link strategy * Show contents of osx folder * Try another linker strategy * go back to old linker pattern * try other syntax * Try checked in openmp headers * try getting more info from otool * Try adapting libomp rpath on mac * Ensure libomp lands in drops folder * Additional copy of libomp * Add explanatory comments * Use @loader_path instead of @executable_path
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.
Merging
maintofeature/sparse-simulatorin order to isolate the subsequent changes from this massive unrelated change.