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
In the cuda_rasterizer/rasterizer_impl.cu file, lines 188 to 191 sort binning.point_list_keys_unsorted and binning.point_list_unsorted without assigning values to them. Will this not cause problems?