You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.
The text was updated successfully, but these errors were encountered:
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;
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.
The text was updated successfully, but these errors were encountered: