Skip to content

Commit

Permalink
getnv(a,...) -> getnv(b,...)
Browse files Browse the repository at this point in the history
  • Loading branch information
crcrpar committed Dec 21, 2024
1 parent 6a6fe59 commit fce281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/executors/nvfuserex_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@ def _nv_scaled_mm(
lc_to_nv_map: dict,
) -> Any:
nv_a = getnv(a, fd, lc_to_nv_map)
nv_b = getnv(a, fd, lc_to_nv_map)
nv_b = getnv(b, fd, lc_to_nv_map)
nvscale_a = getnv(scale_a, fd, lc_to_nv_map)
nvscale_b = getnv(scale_b, fd, lc_to_nv_map)

Expand Down

0 comments on commit fce281b

Please sign in to comment.