PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
88 stars 38 forks source link

Update GCC 10.x to 11.x in CI tests #367

Closed mlxd closed 2 years ago

mlxd commented 2 years ago

Issue description

Lightning currently builds on Ubuntu 22.04 and GCC 10 for all tests. We can update the compiler to instead use GCC 11 for all tests under Linux.

mlxd commented 2 years ago

Closed by #370