We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35af95a commit 57c2922Copy full SHA for 57c2922
1 file changed
src/GraphBLAS-sharp.Backend/Common/ClArray.fs
@@ -331,7 +331,8 @@ module ClArray =
331
332
outputArray
333
334
- ///<param name="clContext">.</param>
+ ///<description>Remove duplicates form the given array.</description>
335
+ ///<param name="clContext">Computational context</param>
336
///<param name="workGroupSize">Should be a power of 2 and greater than 1.</param>
337
///<param name="inputArray">Should be sorted.</param>
338
let removeDuplications (clContext: ClContext) workGroupSize =
0 commit comments