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

Conversation

@kuzminrobin
Copy link
Contributor

No description provided.

swernli and others added 29 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
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]>
* 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
* Migrate to clang-13

* Suppress reserved identifier warning-as-error

* Clean-up new clang-13 warnings

* Add cmake inlcude

* rework clang-tidy settings

* More fixes

* Update dependency versions for compiler components

* Use LLVM apt source for version 13 packages

* Update format script

* Conditionally add signature, apt repository

* Add missing `!`
@kuzminrobin kuzminrobin requested a review from swernli February 4, 2022 01:06
@kuzminrobin kuzminrobin marked this pull request as ready for review February 4, 2022 01:07
@kuzminrobin kuzminrobin merged commit a0b5d73 into feature/sparse-simulator Feb 4, 2022
@kuzminrobin kuzminrobin deleted the kuzminrobin/sparse-simulatorMergeMain branch February 15, 2022 20:20
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.