Skip to content

Commit

Permalink
fix the naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoyang-Pan committed Oct 6, 2023
1 parent b3bde6a commit 97eaf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diff_rast/_torch_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def bin_and_sort_gaussians(
return isect_ids, gaussian_ids, isect_ids_sorted, gaussian_ids_sorted, tile_bins


def rasterize_forward_impl(
def rasterize_forward_kernel(
tile_bounds,
block,
img_size,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_rasterize_forward_kernel():
background,
)

(_out_img, _final_Ts, _final_idx,) = _torch_impl.rasterize_forward_impl(
(_out_img, _final_Ts, _final_idx,) = _torch_impl.rasterize_forward_kernel(
tile_bounds,
block,
img_size,
Expand Down

0 comments on commit 97eaf7f

Please sign in to comment.