Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent building errors caused by SYCL compiler (#1070)
Directly caused by CXX flag `-Werror`: ```bash oneapi/compiler/2025.0/bin/compiler/../../include/sycl/detail/builtins/builtins.hpp:235:1: error: multi-line comment [-Werror=comment] // clang++ -[DU]__SYCL_DEVICE_ONLY__ -x c++ math_functions.inc \ ```
- Loading branch information