Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@kuzminrobin
Copy link
Contributor

@kuzminrobin kuzminrobin commented Jan 19, 2022

Merging main to feature/sparse-simulator in order to isolate the subsequent changes from this massive unrelated change.

swernli and others added 27 commits October 16, 2021 00:24
* 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.
* 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.
…and QuantumSimulator (#895)

* Broken up QuantumSimulator into CommonNativeSimulator and QuantumSimulator  (#853)
* Reverting the Allocate() change. (#857)
* 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
@kuzminrobin kuzminrobin changed the title Merged main to feature/sparse-simulator Merging main to feature/sparse-simulator Jan 19, 2022
@kuzminrobin kuzminrobin self-assigned this Jan 19, 2022
@kuzminrobin kuzminrobin requested a review from vxfield January 19, 2022 21:41
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]>
Copy link
Contributor

@ScottCarda-MS ScottCarda-MS left a 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.

swernli and others added 3 commits January 20, 2022 08:45
* 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
@kuzminrobin kuzminrobin merged commit 43d4f99 into feature/sparse-simulator Jan 21, 2022
@kuzminrobin kuzminrobin deleted the kuzminrobin/sparseSimMergeMain branch January 21, 2022 00:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.