Skip to content

[QST] Question about mma_tensor_op_tile_iterator_wmma.h #694

@xiuyangleiasp

Description

@xiuyangleiasp

In class MmaTensorOpWmmaMultiplicandTileIterator, the function operator++() is compute byte_offset with: byte_offset_ += (elements_offset * sizeof_bits::value) / 8; inL485

but in the function operator--(), compute byte_offset with: byte_offset_ -= (elements_offset + sizeof_bits::value) / 8; inL496

the operator++() compute with multiply, but operator() compute with add, Why?

#694 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions