ClContext
Namespace
Brahma.FSharpRepresents an abstraction over OpenCL context.
Contructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new(...) | (clDevice:ClDevice * translator:FSQuotationToOpenCLTranslator option * compilerOptions:string option) -> ClContext | CompiledName: |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.ClDevice | ClDevice | CompiledName: |
| # | x.CompilerOptions | string option | CompiledName: |
| # | x.Context | Context | CompiledName: |
| # | x.QueueProvider | CommandQueueProvider | CompiledName: |
| # | x.Translator | FSQuotationToOpenCLTranslator | CompiledName: |