-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
The warning in rasterize_coarse.cu. Line 193 is confusing. It says:
"Bin size was too small in the coarse rasterization phase. "
"This caused an overflow, meaning output may be incomplete. "
"To solve, "
"try increasing max_faces_per_bin / max_points_per_bin, "
"decreasing bin_size, "
"or setting bin_size to -1 to use the naive rasterization.";
It is my understanding that it warning appears when Bin size is large than excepted, not small.
TritiumR and zc-alexfan
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested