|
DotMP
|
Namespaces | |
| namespace | Buffer |
Classes | |
| class | AcceleratorHandler |
| The handler class managing GPU acceleration. More... | |
| class | Buffer |
| Buffer to manage GPU memory. Should only be created on the CPU. More... | |
| class | Parallel |
| The main class of DotMP's GPU API, powered by the ILGPU project. Contains all the main methods for constructing and running GPU kernels. The GPU API is not thread-safe at the current moment, so its methods should not be called from within a Parallel.ParallelRegion! More... | |
| struct | GPUArray |
| Wrapper object for representing arrays on the GPU. More... | |
| struct | Index |
| Represents an index passed as the first index argument. More... | |