Build NVML C++ Program using CMake

Build NVML C++ Program using CMake

NVIDIA Management Library (NVML) is a powerful tool that can help to gather information about GPU utilization, temperatures, power consumption, and much more. CMake can be used to configure and...
Get Hostname on Linux using C++

Get Hostname on Linux using C++

In a Linux environment, the hostname serves as an essential identifier for a system on a network. It provides a human-readable label for the machine, making it easier to manage...
Get Installed C++ Packages using vcpkg

Get Installed C++ Packages using vcpkg

When working on C++ projects, managing dependencies is a crucial aspect of development. Keeping track of installed packages and their versions can quickly become overwhelming. Thankfully, vcpkg, a powerful package...
Get ONNX Runtime Version using C++

Get ONNX Runtime Version using C++

Knowing the ONNX Runtime version helps you take advantage of the new features and improvements introduced in each release. Also, ONNX Runtime version can be useful for troubleshooting and debugging...