fetch_ml/native/nvml_gpu
Jeremie Fraeys c56e53cb52
fix: NVML stub support for systems without NVIDIA drivers
- Add stub implementation in nvml_gpu.cpp when NVML not available
- CMakeLists.txt checks for both NVML library and headers
- Build succeeds on macOS/non-NVIDIA systems with stub
- Runtime detection via gpu_is_available() prevents runtime errors
2026-02-21 15:16:54 -05:00
..
CMakeLists.txt fix: NVML stub support for systems without NVIDIA drivers 2026-02-21 15:16:54 -05:00
nvml_gpu.cpp fix: NVML stub support for systems without NVIDIA drivers 2026-02-21 15:16:54 -05:00
nvml_gpu.h feat: implement NVML-based GPU monitoring 2026-02-21 15:16:09 -05:00