Skip to content

Commit

Permalink
Update matrix.jl (#421)
Browse files Browse the repository at this point in the history
[skip tests]
  • Loading branch information
christiangnrd authored Sep 19, 2024
1 parent 6c82916 commit d6ca5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mps/matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Uses `MPSMatrixFindTopK`.
See also: [`topk`](@ref).
!!! warn
!!! warning
This interface is experimental, and might change without warning.
"""
function topk!(A::MtlMatrix{T}, I::MtlMatrix{UInt32}, V::MtlMatrix{T}, k) where {T<:MtlFloat}
Expand Down Expand Up @@ -325,7 +325,7 @@ Uses `MPSMatrixFindTopK`.
See also: [`topk!`](@ref).
!!! warn
!!! warning
This interface is experimental, and might change without warning.
"""
function topk(A::MtlMatrix{T,S}, k) where {T<:MtlFloat,S}
Expand Down

0 comments on commit d6ca5c2

Please sign in to comment.