Skip to content

DPC++ daily 2022-10-08

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 08 Oct 16:29
· 141328 commits to sycl since this release
9717cc5
[SYCL] Change "static constexpr int" -> "constexpr int" (#6984)

in sycl/source/detail/image_impl.hpp. clang-cl and MSVC produce
different exports for this. However, the static here doesn't bring any
functional value, so just remove it as a quick solution to align the
behavior between two toolchains that could be used to compile the
project.

The change is expected to be NFC for the MSVC toolchain used in our CI.