Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent e44d5cf commit c35b351
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transformer_engine/jax/gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def _gemm_fwd_rule(

fuse_bias = bias is not None


# AG+GEMM: ([B], M/P, K) --(AG)--> ([B], M, K) x (K, N/P) --------> ([B], M, N/P)
# GEMM+AR: ([B], M, K/P) x (K/P, N) --(AR)--> ([B], M, N)
out, pre_gelu_out, extra_out = gemm_impl(
Expand Down Expand Up @@ -204,7 +203,6 @@ def _gemm_bwd_rule(
mirror_dim, (x_inner_dim, kernel_inner_dim), (x.ndim, kernel.ndim)
)


dgrad_overlap_config = None
if comm_overlap_config is not None:
dgrad_overlap_name = comm_overlap_config["name"].rstrip("_fprop") + "_dgrad"
Expand Down

0 comments on commit c35b351

Please sign in to comment.