You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Remove imf libdevice build warning on Windows (#20053)
Compiler warning reported when building imf libdevice on Windows:
imf_rounding_op.hpp: warning: constexpr if is a C++17 extension
[-Wc++17-extensions]
This PR fixes it.
Signed-off-by: jinge90 <[email protected]>
0 commit comments