GPU621/Intel Inspector

From CDOT Wiki
Revision as of 13:19, 14 June 2021 by Skvasa (talk | contribs)
Jump to: navigation, search


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Intel Parallel Studio Inspector

Project Overview

Intel Inspector is a dynamic memory and threading error debugger which able to detect and locate memory leaks, deadlocks, and race conditions. The purpose of this project is to introduce Intel Inspector and demonstrate how to use Inspector to debugging our code.

Group Members

Joyce Wei Saumya Vasa

Memory Leak

References