Skip to content

Commit f7d4831

Browse files
committed
fix
1 parent e53393c commit f7d4831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpolation_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __global__ void trilinear_fw_kernel(
3434

3535
torch::Tensor trilinear_fw_cu(
3636
torch::Tensor feats,
37-
torch::Tensor points,
37+
torch::Tensor points
3838
){
3939
const int N = feats.size(0), F = feats.size(2);
4040

0 commit comments

Comments
 (0)