Skip to content

Commit

Permalink
Update active_rotated_filter_cuda_kernel.cuh
Browse files Browse the repository at this point in the history
  • Loading branch information
dflhw authored Jun 24, 2024
1 parent bfdd1f9 commit 78b683c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ __global__ void active_rotated_filter_forward_cuda_kernel(
scalar_t* output_data) {
CUDA_1D_KERNEL_LOOP(index, nthreads) {
int l = index % nEntry;
int flag = 1;
int j = (index / nEntry) % num_input_planes;
int i = index / nEntry / num_input_planes;
int k;
Expand Down

0 comments on commit 78b683c

Please sign in to comment.