Skip to content

Commit 1bc46a2

Browse files
committed
Formatting
1 parent 41c095b commit 1bc46a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/GraphBLAS-sharp.Backend/Vector/Vector.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ module Vector =
4646
for i in 0 .. indices.Length - 1 do
4747
res.[indices.[i]] <- Some(values.[i])
4848

49-
ClVectorDense <| clContext.CreateClArrayWithGPUOnlyFlags res
49+
ClVectorDense
50+
<| clContext.CreateClArrayWithGPUOnlyFlags res
5051

5152
let copy (clContext: ClContext) (workGroupSize: int) =
5253
let copy = ClArray.copy clContext workGroupSize

0 commit comments

Comments
 (0)