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
Unable to build sycl-rel_5_2_0 on Windows. sycl\source\builtins\common_functions.cpp(29): error C2124: divide or mod by zero
and sycl\source\builtins\math_functions.cpp(37) : fatal error C1001: Internal compiler error.
Dependencies version: [e.g. the output of sycl-ls --verbose]
cmake=3.25.2
ninja=1.10.2
vs2019 (MSVC 19.29.30151.0) or vs2022
Additional context
If this is a system configuration issue (which shouldn't be, because sycl branch works) - please provide an already built Windows package for sycl-rel_5_2_0
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to build sycl-rel_5_2_0 on Windows.
sycl\source\builtins\common_functions.cpp(29): error C2124: divide or mod by zero
and
sycl\source\builtins\math_functions.cpp(37) : fatal error C1001: Internal compiler error.
To reproduce
Follow Get started guide.
Environment
d2817d6d317db1143bb227168e85c409d5ab7c82
sycl-ls --verbose
]Additional context
If this is a system configuration issue (which shouldn't be, because
sycl
branch works) - please provide an already built Windows package for sycl-rel_5_2_0The text was updated successfully, but these errors were encountered: