-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Quick note that these calls are mismatched, stride and dilation swapped.
Lines 214 to 220 in d097335
| grad_weight = int8conv_cuda.group_conv(input, | |
| grad_output, | |
| dilation, | |
| padding, | |
| stride, | |
| in_channels * min_batch) | |
niti/pytorch/int8conv-extension/int8conv.cpp
Lines 11 to 17 in d097335
| torch::Tensor tensor_core_group_conv( | |
| torch::Tensor& input, | |
| torch::Tensor& weight, | |
| int32_t stride, | |
| int32_t padding, | |
| int32_t dilation, | |
| int32_t groups); |
Metadata
Metadata
Assignees
Labels
No labels