libdevice User's Guide
(PDF)
-
CUDA Toolkit v5.5
(older)
-
Last updated
May 11, 2013
-
Send Feedback
1. Introduction
1.1. What Is libdevice?
The libdevice library is a collection of NVVM bitcode functions that implement common functions for NVIDIA GPU devices, including math primitives and bit-manipulation functions. These functions are optimized for particular GPU architectures, and are intended to be linked with an NVVM IR module during compilation to PTX.
This guide documents both the functions available in libdevice and the basic usage of the library from a compiler writer's perspective.
libdevice User's Guide
(PDF)
-
CUDA Toolkit v5.5
(older)
-
Last updated
May 11, 2013
-
Send Feedback