Enum MetalMemoryOperationDescriptor.OperationType
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Type of memory operation
public enum MetalMemoryOperationDescriptor.OperationType
Fields
Clear = 4Clear buffer
DeviceToDevice = 2Copy from device to device
DeviceToHost = 1Copy from device to host
Fill = 3Fill buffer with pattern
HostToDevice = 0Copy from host to device