Skip to content

Commit ce288b9

Browse files
committed
remove unneded veiws macrod
1 parent 938623b commit ce288b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rulesets/LinearAlgebra/structured.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ end
275275

276276
function rrule(::Type{Tridiagonal}, dl, d, du)
277277
y = Tridiagonal(dl, d, du)
278-
@views function Tridiagonal_pullback(ȳ)
278+
function Tridiagonal_pullback(ȳ)
279279
∂y = unthunk(ȳ)
280280
return (NoTangent(), diag(∂y, -1), diag(∂y), diag(∂y, 1))
281281
end

0 commit comments

Comments
 (0)