Use Ccache with CMake

Use Ccache with CMake

Compiling large projects can be time-consuming, especially during development iterations. Fortunately, tools like Ccache accelerates the recompilation process by caching previously compiled objects. This particularly useful when frequently transitioning between...
Get Python Version using C++

Get Python Version using C++

Python is a versatile and popular programming language, which is used in various areas like web development, data science, artificial intelligence, and more. If you're working with C++ and need...
Get LibTorch Version using C++

Get LibTorch Version using C++

LibTorch is a powerful library that provides support for deep learning operations in C++. If you're working with LibTorch, it's essential to know the version you're using, as new releases...
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...