Join our community on Discord
https://packt.link/deep-engineering-cpp

When working with any development tool, it is crucial to have a functional environment for experimentation.When working with GPUs, it becomes even more important to set up the device correctly. However, there are many details that differ between operating systems and distributions.We will learn about the tools that can help with program construction and the roles they play. Also, where do we get the official documentation for our operating system? As a reference, we are going to use Ubuntu.This chapter starts by showing how to make things a little easier in terms of configuration management by using Docker, and then wraps up by discussing the direct installation of tools on our system.In this chapter, we’re going to cover the following main topics:
- Development environment setup
- Where to get official documentation
- How to use Docker to simplify things...