Nsight Aftermath#

NVIDIA Nsight Aftermath is a developer tool that enables you to create crash dumps from your application whenever it encounters a GPU exception. This can be done in one of two ways:

  1. Via an applet, included in Nsight Graphics, called the Nsight Aftermath Monitor.

  2. By including the SDK in your application and collecting the binary dump info when a provided callback function is triggered.

This guide will help you better understand how to use Nsight Aftermath to its full potential.

User Guide#

Release Notes

Release notes and known issues.

Installation Guide

How to install the Aftermath SDK.

GPU Crash Dumps

This section, excerpted from the Nsight Graphics documentation, describes how to open and interact with crash dumps to debug your application.

Developer Interfaces#

SDK Guide

The SDK documentation to integrate Nsight Aftermath into your application to generate crash dumps.

SDK Code Samples

Links to Nsight Aftermath SDK code samples.