IntelPython / dpctl

Python SYCL bindings and SYCL-based Python Array API library
https://intelpython.github.io/dpctl/
Apache License 2.0
97 stars 29 forks source link

Transition dpctl CI to use clang-format-18 #1708

Open oleksandr-pavlyk opened 3 weeks ago

oleksandr-pavlyk commented 3 weeks ago

We currently use clang-format from Ubuntu 20.04 (clang-format-11), it is time to transition to clang-format from Ubuntu 24.04 (clang-format-18).

This would require either adapting format config file to keep sources unchanged, or changing source in one swoop commit and add it to .gitblame.

ZzEeKkAa commented 3 weeks ago

Should we rely on conda package instead of ubuntu's built in packages to meet cross system compatibility?