Skip to content

About INT4 Convolution #5

@Akimoto-Cris

Description

@Akimoto-Cris

Hi @wangmaolin,

I find your work very interesting.

I saw your implementation of int4_conv in cutlass extension, and found that the weight is unsigned:

cutlass::TensorRef<ElementInputB, LayoutInputB> weight_ref(reinterpret_cast<ElementInputB *>(weight.data<uint8_t>()), LayoutInputB::packed(filter_size));
.

Did you test this function in real CNNs? Since weights are normally zero-centered, any conversion on weights should be done before using this int4_conv function in order to get the right results?

Thanks in advance.

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