Skip to content

int8conv_cuda.group_conv arguments mismatch #6

@tshadley

Description

@tshadley

Quick note that these calls are mismatched, stride and dilation swapped.

niti/ti_torch.py

Lines 214 to 220 in d097335

grad_weight = int8conv_cuda.group_conv(input,
grad_output,
dilation,
padding,
stride,
in_channels * min_batch)

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions