Skip to content

Commit

Permalink
missing delete
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkchan committed Apr 14, 2024
1 parent fe78f58 commit e97adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasterize_gaussians.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ tensor_list RasterizeGaussiansCPU::backward(AutogradContext *ctx, tensor_list gr
v_outImg,
v_outAlpha);

// delete[] px2gid;
delete[] px2gid;


torch::Tensor v_xy = std::get<0>(t).to(device);
Expand Down

0 comments on commit e97adb8

Please sign in to comment.