Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
a189810df6c4b0492463d1ddb68993c9abc32c7f
a189810df6c4b0492463d1ddb68993c9abc32c7f
Switch branch/tag
ollama
gpu
gpu_info_darwin.h
Find file
Normal view
History
Permalink
gpu_info_darwin.h
78 Bytes
Edit
Web IDE
Newer
Older
Determine max VRAM on macOS using `recommendedMaxWorkingSetSize` (#2354)
peanut256
committed
Feb 25, 2024
1
2
3
#import <Metal/Metal.h>
#include <stdint.h>
uint64_t
getRecommendedMaxVRAM
();