dpnp
dpnp copied to clipboard
update clang-format version
The PR proposes to update clang-format version.
There is a hard dependency to run the check with clang-format-15
, since it is the latest version available for Ubuntu 22.04 (at the moment, ubuntu_latest
is Ubuntu 22.04).
Need to note that different versions of clang-format might be incompatible with each other and so format C++ code differently.
- [x] Have you provided a meaningful PR description?
- [ ] Have you added a test, reproducer or referred to issue with a reproducer?
- [x] Have you tested your changes locally for CPU and GPU devices?
- [x] Have you made sure that new changes do not introduce compiler warnings?
- [ ] Have you checked performance impact of proposed changes?
- [ ] If this PR is a work in progress, are you filing the PR as a draft?