We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c095b commit 1bc46a2Copy full SHA for 1bc46a2
1 file changed
src/GraphBLAS-sharp.Backend/Vector/Vector.fs
@@ -46,7 +46,8 @@ module Vector =
46
for i in 0 .. indices.Length - 1 do
47
res.[indices.[i]] <- Some(values.[i])
48
49
- ClVectorDense <| clContext.CreateClArrayWithGPUOnlyFlags res
+ ClVectorDense
50
+ <| clContext.CreateClArrayWithGPUOnlyFlags res
51
52
let copy (clContext: ClContext) (workGroupSize: int) =
53
let copy = ClArray.copy clContext workGroupSize
0 commit comments