Deep.Net


CudaCmdT

Namespace: SymTensor.Compiler.Cuda
Parent Module: CudaCmdTypes

a command executed on a stream

Union Cases

Union CaseDescription
EmitEvent(EventPlaceHolderT)
Signature: EventPlaceHolderT
EmitRerunEvent(EventPlaceHolderT)
Signature: EventPlaceHolderT
ExecUnitEnd(ExecUnitIdT)
Signature: ExecUnitIdT
ExecUnitStart(ExecUnitIdT)
Signature: ExecUnitIdT
Perform(CudaExecItemT)
Signature: CudaExecItemT
RerunSatisfied(ExecUnitIdT)
Signature: ExecUnitIdT
WaitOnEvent(EventT)
Signature: EventT
WaitOnRerunEvent(EventT)
Signature: EventT
Fork me on GitHub