Msg
Namespace
Brahma.FSharpUnion Cases
| Union Case | Signature | Description | |
|---|---|---|---|
| # | MsgBarrier(SyncObject) | SyncObject | |
| # | MsgFree(IFreeCrate) | IFreeCrate | |
| # | MsgNotifyMe(AsyncReplyChannel<unit>) | AsyncReplyChannel<unit> | |
| # | MsgRun(IRunCrate) | IRunCrate | |
| # | MsgSetArguments(unit -> unit) | unit -> unit | |
| # | MsgToGPU(IToGPUCrate) | IToGPUCrate | |
| # | MsgToHost(IToHostCrate) | IToHostCrate |
Static members
| Static member | Signature | Description | |
|---|---|---|---|
| # | Msg.CreateBarrierMessages(...) | numOfQueuesOnBarrier:int -> Msg [] | |
| # | Msg.CreateFreeMsg(src) | src:IDisposable -> Msg | |
| # | Msg.CreateRunMsg(kernel) | kernel:IKernel -> Msg | |
| # | Msg.CreateToGPUMsg(src, dst) | (src:'a [] * dst:IBuffer<'a>) -> Msg | |
| # | Msg.CreateToHostMsg(src, dst, ch) | (src:IBuffer<'a> * dst:'a [] * ch:AsyncReplyChannel<'a []> option) -> Msg |
kik