SystemEX  Lacking
Additional generic collection types missing in .net
SystemEx.Device Namespace Reference

Classes

class  NativeRAMKernel< TD >
 Provides a base implementation for RAM‑based compute kernels that operate on DeviceSharedBuffer<RamSharedBackend> instances.
This class handles module loading, buffer management, backend initialization, locking/unlocking of shared buffers, and asynchronous kernel execution.
Derived classes only need to implement backend‑specific behavior such as buffer creation (OnCreate) and kernel invocation (OnRun). More...