Skip to content

Commit

Permalink
sh in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruilong Li committed Sep 29, 2023
1 parent eed6ee7 commit 3f8e568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diff_rast/cuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ def call_cuda(*args, **kwargs):
compute_cov2d_bounds_forward = _make_lazy_cuda_func("compute_cov2d_bounds_forward")
project_gaussians_forward = _make_lazy_cuda_func("project_gaussians_forward")
project_gaussians_backward = _make_lazy_cuda_func("project_gaussians_backward")
compute_sh_forward = _make_lazy_cuda_func("compute_sh_forward")
compute_sh_backward = _make_lazy_cuda_func("compute_sh_backward")

0 comments on commit 3f8e568

Please sign in to comment.