Interface GpuRuntime


public interface GpuRuntime
Abstraction over a GPU compute runtime (Metal, CUDA, Vulkan, etc.).

ComputeGraph delegates all native/driver calls through this interface, keeping the graph logic itself backend-agnostic.