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
As of now, the workaround is to use set_property on the affected source files to pass the flag -Xcompiler=-Wno-maybe-uninitialized to the host compiler.
The text was updated successfully, but these errors were encountered:
As seen in PR #6221, there are some compilation issues related to
thrust::transform_reduce
.MRE is available here https://godbolt.org/z/zWeofvb8z
As of now, the workaround is to use
set_property
on the affected source files to pass the flag-Xcompiler=-Wno-maybe-uninitialized
to the host compiler.The text was updated successfully, but these errors were encountered: