Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Nov 8, 2023
1 parent 90e0654 commit dfde813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/candlex/backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ defmodule Candlex.Backend do
# LinAlg

@impl true
def qr({out_q, out_r}, %T{shape: {n, n}} = tensor, opts) do
def qr({out_q, out_r}, %T{shape: {n, n}} = tensor, _opts) do
{native_q, native_r} =
tensor
|> from_nx()
Expand Down

0 comments on commit dfde813

Please sign in to comment.