Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: whose floating float caculation is faster, cpu or gpu

  1. #1
    Intern Contributor
    Join Date
    Jul 2004
    Location
    Dalian China
    Posts
    51

    whose floating float caculation is faster, cpu or gpu

    someone told me that GPU's float compute ability is stronger than cpu.
    I doubt.

    can someone tell me if that is true?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2006
    Location
    Sweden
    Posts
    748

    Re: whose floating float caculation is faster, cpu or gpu

    It is, a 3GHz intel cpu has about 6 GFlops of computing power.
    A GF6800 GPU has about 80 GFlops from what i have read.
    So a GPU does have a significantly higher floating point computing power, but it is used differently, a GPU has many small subprocessors and excells at gather ops but has a hard time doing scatter operations, while CPUs have a more general way of doing things and can do scatter and gather equally well.

  3. #3
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655

    Re: whose floating float caculation is faster, cpu or gpu

    It is like comparing a car and a plane :
    car (CPU) : versatile, precise, very efficient for all tasks in general
    plane (GPU) : specialized, needs infrastructure, imprecise, excels at huge tasks.

    A big problem with a GPU is to get back result in an efficient manner.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •