Skip to content

Some questions need to be consulted #4

Open
@FrankyTang

Description

  1. why batch_stride is 0, not seq_q * head_q * dim in ops/flash_attn_v2.cpp(line 39)
    params.q_batch_stride = 0;
    params.k_batch_stride = 0;
    params.v_batch_stride = 0;

  2. After using TensorRT for encapsulation, I found that the values of other nodes were modified. But the result of compute-sanitizer is ok. How to analyze the reasons next.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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