Skip to content

Commit

Permalink
Formatting fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Apr 17, 2024
1 parent bb93118 commit 59284db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Brahma.FSharp.OpenCL.Core/CommandQueueProvider.fs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module private QueueFunctions =
let mem = destination.Memory
let elementSize = destination.ElementSize
let blocking = if blocking then Bool.True else Bool.False

let error =
Cl.EnqueueWriteBuffer(queue, mem, blocking, IntPtr(0), IntPtr(destination.Length * elementSize), source, 0u, null, eventID)

Expand Down

0 comments on commit 59284db

Please sign in to comment.