Skip to content

Commit

Permalink
Update clang-tidy rules for Lightning builds under aarch64 (#567)
Browse files Browse the repository at this point in the history
* Remove redundant CT files

* Auto update version

* Follow CT recommendation for default constructor

* Silence macro warnings

* Adjust CT stritness and requirements

* Revert classification

* Remove redundant options

* Remove additional redundant static

* Update pennylane_lightning/core/src/utils/RuntimeInfo.cpp

* Update pennylane_lightning/core/src/simulators/lightning_qubit/gates/GateIndices.hpp

* Update changelog

* Auto update version

* trigger CI

* Auto update version

* trigger CI

* trigger CI

---------

Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
Co-authored-by: AmintorDusko <amintor_dusko@hotmail.com>
  • Loading branch information
4 people committed Dec 8, 2023
1 parent a248328 commit 502fecb
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 2,369 deletions.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@

### Bug fixes

* Allow support for newer clang-tidy versions on non-x86_64 platforms.
[(#567)](https://github.com/PennyLaneAI/pennylane-lightning/pull/567)

* Do not run C++ tests when testing for compatibility with PennyLane, hence fixing plugin-matrix failures. Fix Lightning-GPU workflow trigger.
[(#571)](https://github.com/PennyLaneAI/pennylane-lightning/pull/571)

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev15"
__version__ = "0.34.0-dev16"
233 changes: 0 additions & 233 deletions pennylane_lightning/core/src/algorithms/tests/.clang-tidy

This file was deleted.

Loading

0 comments on commit 502fecb

Please sign in to comment.