intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Eliminate `Werror` flag to prevent building failures on Linux #1085

Closed xytintel closed 1 week ago

xytintel commented 1 week ago

Warnings are generated within the SYCL library when using the OneAPI compiler, so -Wno-error is used to prevent failures when the WERROR flag is enabled.