--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
NVIDIA CUDA Toolkit
README.txt
Version 2.2
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
March 2009
Copyright (C) 2009 NVIDIA Corp.

This distribution contains
--------------------------
- NVIDIA CUDA toolkit documentation
- NVIDIA CUDA compiler (nvcc) and supporting tools
- NVIDIA CUDA runtime and driver libraries
- NVIDIA CUBLAS and CUFFT libraries

Please see the release notes (doc/CUDA_Release_Notes_2.2.txt) for detailed
information about this release.


Documentation (located in the doc directory)
--------------------------
CUBLAS_Library_2.2.pdf
  User manual for the CUDA accelerated BLAS implementation.

CUDA_Profiler_2.2.txt
  Guide for using the profiler.

CUDA_Release_Notes_2.2.txt
  Release notes with release-specific information.

CUFFT_Library_2.2.pdf
  User manual for the CUDA accelerated FFT library.

EULA.txt
  The end user license agreement.

nvcc_2.2.pdf
  Documentation for the CUDA command line compiler.

PTX_ISA_1.4.pdf
  User manual for the Parallel Thread Execution ISA.

README.txt
  This file.


Important Files
--------------------------
  bin/nvcc       Command line compiler

  include/
    cuda.h       CUDA driver API header
    cudaGL.h     CUDA OpenGL interop header
    cudaD3D9.h   CUDA DirectX 9 interop header
    cudaD3D10.h  CUDA DirectX 10 interop header
    cufft.h      CUFFT API header
    cublas.h     CUBLAS API header

  lib/
    cuda         CUDA driver library
    cudart       CUDA runtime library
    cublas       CUDA BLAS library
    cufft        CUDA FFT library
    cublasemu    CUBLAS CPU emulation library
    cufftemu     CUFFT CPU emulation library


Supported NVIDIA Hardware
--------------------------
- See http://www.nvidia.com/object/cuda_learn_products.html


Supported Software Platforms
--------------------------
32-bit operating systems
- Windows XP
- Windows Vista
- Red Hat Enterprise Linux 4.3
- Red Hat Enterprise Linux 4.4
- Red Hat Enterprise Linux 4.5
- Red Hat Enterprise Linux 4.6
- Red Hat Enterprise Linux 4.7
- Red Hat Enterprise Linux 5.0
- Red Hat Enterprise Linux 5.1
- Red Hat Enterprise Linux 5.2
- Red Hat Enterprise Linux 5.3*
- SUSE Linux Enterprise Desktop 10.0 SP3
- SUSE Linux 11.0
- SUSE Linux 11.1*
- Fedora 9
- Fedora 10*
- Ubuntu 8.04
- Ubuntu 8.10*

64-bit operating systems
- Windows XP (64-bit)
- Windows Vista (64-bit)
- Red Hat Enterprise Linux 4.3
- Red Hat Enterprise Linux 4.4
- Red Hat Enterprise Linux 4.5
- Red Hat Enterprise Linux 4.6
- Red Hat Enterprise Linux 4.7
- Red Hat Enterprise Linux 5.0
- Red Hat Enterprise Linux 5.1
- Red Hat Enterprise Linux 5.2
- Red Hat Enterprise Linux 5.3*
- SUSE Linux Enterprise Desktop 10.0 SP3
- SUSE Linux 11.0
- SUSE Linux 11.1*
- Fedora 9
- Fedora 10*
- Ubuntu 8.04
- Ubuntu 8.10*

* new support with CUDA v2.2
