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
linked to this PR: #233
Added the backward function for linear layer, tests passed without errors but we still have errors when enabling cuda_graphs (it may mean that we have hidden errors in the regular tests when desabling cuda_graphs).
add backward for linear layer kernel, see hazyresearch implementation:
https://github.com/HazyResearch/flash-attention/blob/v0.2.2/flash_attn/ops/triton/linear.py#L285
The text was updated successfully, but these errors were encountered: