Stylistic improvements for grouped convolution code

Remove unnecessary ignoring

Update test/grouped_convnd_bwd_weight/test_grouped_convnd_bwd_weight.cpp
This commit is contained in:
Bartlomiej Kocot
2023-09-13 15:34:25 +00:00
committed by Bartłomiej Kocot
parent f9d0eddb90
commit bc2d0583d3
3 changed files with 2 additions and 7 deletions

View File

@@ -110,10 +110,6 @@ __global__ void
ignore = c_grid_desc_m0_m10_m11_n0_n10_n11;
ignore = block_2_ctile_map;
ignore = compute_ptr_offset_of_batch;
compute_ptr_offset_of_batch.GetAPtrOffset(0);
compute_ptr_offset_of_batch.GetBPtrOffset(0);
compute_ptr_offset_of_batch.GetCPtrOffset(0);
#endif
}