Skip to content

Commit

Permalink
Reworked bitonic sort
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar authored and gsvgit committed Apr 4, 2024
1 parent b37dfe2 commit 7852c2d
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 246 deletions.
3 changes: 1 addition & 2 deletions src/GraphBLAS-sharp.Backend/Common/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module Common =
/// > val values = [| 1.9; 2.8; 6.4; 5.5; 4.6; 3.7; 7.3 |]
/// </code>
/// </example>
let sortKeyValuesInplace<'n, 'a when 'n: comparison> =
Sort.Bitonic.sortKeyValuesInplace<'n, 'a>
let sortKeyValuesInplace<'a> = Sort.Bitonic.sortKeyValuesInplace<'a>

module Radix =
/// <summary>
Expand Down
Loading

0 comments on commit 7852c2d

Please sign in to comment.