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
In #636, you write const uint32_t smem_size = (ceil_div(num_warps, 4) * 4 + d) * sizeof(float); in GemmaFusedAddRMSNorm but not in FusedAddRMSNorm function.
The text was updated successfully, but these errors were encountered:
Yes, I've created a pull request to address the issue. You can find it here #646 . Please review and let me know if there's anything else that needs to be adjusted. Thanks for your response!
In #636, you write
const uint32_t smem_size = (ceil_div(num_warps, 4) * 4 + d) * sizeof(float);
in GemmaFusedAddRMSNorm but not in FusedAddRMSNorm function.The text was updated successfully, but these errors were encountered: