--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
NVIDIA CUDA Toolkit
README.txt
Version 0.8
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
February 2007
Copyright (C) 2007 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_0.8.txt) for detailed
information about this release.

Hardware & Software Prerequisites
--------------------------
This release is only supported for the GeForce 8800 GTX and GTS
products and under Windows XP (32-bit) and Red Hat Enterprise Linux WS
release 4 (Nahant Update 3).  Please also be sure to install the
verified display driver specified in the release notes.  Use of any
other platform is currently unsupported.

Documentation (located in the doc directory)
--------------------------  
CUDA_Release_Notes_0.8.txt
  Release notes containing frequently asked questions and known
  issues.

CUDA_Programming_Guide_0.8.pdf
  Primary user manual for programming with CUDA.

CUBLAS_Library_0.8.pdf
  User manual for the CUDA accelerated BLAS implementation 

CUFFT_Library_0.8.pdf
  User manual for the CUDA accelerated FFT library 

CUDA_Profiler_0.8.txt
  Guide for using the profiler

NVCC_0.8.pdf
  Documentation for the CUDA command line compiler. 

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

  inc/
    cuda.h       CUDA driver API header
    cudaGL.h     CUDA OpenGL interop header
    cudaD3D9.h   CUDA DirectX 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

