You are on page 1of 3

COMPUTE SANITZER

DA-05679-001_v10.2 | October 2019

User's Guide
TABLE OF CONTENTS

Overview...........................................................................................................iii

www.nvidia.com
Compute Sanitzer DA-05679-001_v10.2 | ii
OVERVIEW

The Compute Sanitizer API enables the creation of sanitizing and tracing tools for
CUDA applications. Examples of such tools are memory and race condition checkers.
The Compute Sanitizer API is composed of three APIs:

‣ the callback API,


‣ the patching API, and
‣ the memory API.
The Compute Sanitizer API is delivered as a dynamic library on supported platforms.
See Compute Sanitizer API documentation.

www.nvidia.com
Compute Sanitzer DA-05679-001_v10.2 | iii

You might also like