Skip to content

[FEATURE] Support Attributing Tensor to the Exact Memory Address #193

@mark14wu

Description

@mark14wu

Add a sanitizer pass that attributes each tl.load/tl.store to its originating tensor parameter by tracing the address expression back to the correct base.

For example, we have three allocated tensor address, say addr_a, addr_b, addr_c. When checking whether a is out-of-bound, we should only check the address range of addr_a instead of Union(addr_a, addr_b, adds_c), which is the current capability of compute-sanitizer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions