Spaces:
Sleeping
Sleeping
| import type { HardwareSpec } from "./hardware.js"; | |
| export interface AmdGpuHardwareSpec extends HardwareSpec { | |
| /** | |
| * GFX version / LLVM ISA target (AMD GPUs only), e.g. "gfx1100" | |
| * | |
| * potential source https://llvm.org/docs/AMDGPUUsage.html#processors | |
| */ | |
| gfxVersion: string; | |
| } | |
| export declare const AMD_GPU_SKUS: Record<string, AmdGpuHardwareSpec>; | |
| //# sourceMappingURL=hardware-amd.d.ts.map |