Class GPUBackend.DeviceInfo

java.lang.Object
org.episteme.core.technical.backend.gpu.GPUBackend.DeviceInfo
Enclosing interface:
GPUBackend

public static class GPUBackend.DeviceInfo extends Object
GPU device information.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Details

    • name

      public final String name
    • totalMemory

      public final long totalMemory
    • computeUnits

      public final int computeUnits
    • vendor

      public final String vendor
  • Constructor Details

    • DeviceInfo

      public DeviceInfo(String name, long totalMemory, int computeUnits, String vendor)
  • Method Details