--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
NVIDIA CUDA Toolkit
README.txt
Version 3.0
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
October 2009
Copyright (C) 2009 NVIDIA Corp.

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

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


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

CUDA_Profiler_3.0.txt
  Guide for using the profiler.

CUDA_Release_Notes_3.0.txt
  Release notes with release-specific information.

NVIDIA_OpenCL_ImplementationNotes_3.0.txt
  Notes describing the implementation defined behavior for the NVIDIA OpenCL
  implementation.

CUFFT_Library_3.0.pdf
  User manual for the CUDA accelerated FFT library.

EULA.txt
  The end user license agreement.

nvcc_3.0.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.

OpenCL_Extensions/*.txt
  Documentation for the NVIDIA OpenCL extensions.

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
    cudartemu    CUDA runtime emulation 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
- Windows Server 2008
- Windows 7
- Red Hat Enterprise Linux 4.8*
- Red Hat Enterprise Linux 5.0
- Red Hat Enterprise Linux 5.1
- Red Hat Enterprise Linux 5.2
- Red Hat Enterprise Linux 5.3
- OpenSUSE 11.1
- SUSE Linux Enterprise 11
- Fedora 10
- Ubuntu 9.04*
- Mac OS X 10.5.6
- Mac OS X 10.5.7
- Mac OS X 10.5.8
- Mac OS X 10.6.0*
- Mac OS X 10.6.1*
- Mac OS X 10.6.2*

64-bit operating systems
- Windows XP (64-bit)
- Windows Vista (64-bit)
- Windows Server 2008
- Windows 7
- Red Hat Enterprise Linux 4.8*
- Red Hat Enterprise Linux 5.0
- Red Hat Enterprise Linux 5.1
- Red Hat Enterprise Linux 5.2
- Red Hat Enterprise Linux 5.3
- OpenSUSE 11.1
- SUSE Linux Enterprise 11
- Fedora 10
- Ubuntu 9.04*

* new support with CUDA v3.0
