0% found this document useful (0 votes)
65 views3 pages

Compute Sanitzer: User's Guide

The Compute Sanitizer API enables the creation of tools like memory and race condition checkers for CUDA applications. It consists of three APIs - a callback API, patching API, and memory API - and is delivered as a dynamic library to support sanitizing and tracing of CUDA applications on supported platforms.

Uploaded by

gjbecerra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views3 pages

Compute Sanitzer: User's Guide

The Compute Sanitizer API enables the creation of tools like memory and race condition checkers for CUDA applications. It consists of three APIs - a callback API, patching API, and memory API - and is delivered as a dynamic library to support sanitizing and tracing of CUDA applications on supported platforms.

Uploaded by

gjbecerra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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