ai_model/discover/gpu_info_darwin.h

6 lines
134 B

1 month ago
#import <Metal/Metal.h>
#include <stdint.h>
uint64_t getRecommendedMaxVRAM();
uint64_t getPhysicalMemory();
uint64_t getFreeMemory();