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
Recent changes to the sycl::vec class added a private constructor taking
and array. This resulted in constructor ambiguity when passing an
initializer list, despite the constructor being private. This commit
removes the constructor, making the implementation use the constructor
taking both an array and an index sequence directly.
---------
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>
0 commit comments