Skip to content

Commit 57c2922

Browse files
committed
Small cleanup
1 parent 35af95a commit 57c2922

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/GraphBLAS-sharp.Backend/Common/ClArray.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ module ClArray =
331331

332332
outputArray
333333

334-
///<param name="clContext">.</param>
334+
///<description>Remove duplicates form the given array.</description>
335+
///<param name="clContext">Computational context</param>
335336
///<param name="workGroupSize">Should be a power of 2 and greater than 1.</param>
336337
///<param name="inputArray">Should be sorted.</param>
337338
let removeDuplications (clContext: ClContext) workGroupSize =

0 commit comments

Comments
 (0)