maxTransferRate
The highest theoretical rate, in bytes per second, the system can copy between system memory and the GPU’s dedicated memory (VRAM).
Declaration
var maxTransferRate: UInt64 { get }Discussion
Metal calculates this value from the raw data-clock rate, and the GPU may not be able to reach this speed in real-world conditions.