NVIDIA Maxwell Speculation Thread

Discussion in 'Architecture and Products' started by Arun, Feb 9, 2011.

Tags:
  1. raghunathan

    Newcomer

    Joined:
    Apr 26, 2012
    Messages:
    22
    Likes Received:
    0
    for all his complaining AlexV would do the same if he were in Roy Taylor's position.:roll:
     
  2. LiXiangyang

    Newcomer

    Joined:
    Mar 4, 2013
    Messages:
    87
    Likes Received:
    48
    Coming from some guy who currently have a HPC project running:

    CUDA is certainly far and away from being dead, actually I think Open CL is the one to be replaced by MS's C++ AMP or even Open ACC in the future.

    The problem with Open CL is, no major players seriously support it, in the world of heterogeneous computing, there are only two players, intel and nvidia, Intel's MIC use Open MP/TBB etc, Nvidia support CUDA.

    Open CL can work on many hardwares but good at none, in the world of HPC, where the measure of your program is the achieved gflops/peak gflops of the hardware, to squeeze the performance of the hardware, you tend to use the hardware provider's recommended programming solutions.

    As for consumer-level application, which is largely the world of windows-based platform, and which is not that sensitive to performance, then MS's C++ AMP or even Open ACC is likely to replace Open CL, since the former(s) are far easier to pick up than the latter for an average programmer with no experience in heterogeneous computing.
     
  3. rapso

    Newcomer

    Joined:
    May 6, 2008
    Messages:
    215
    Likes Received:
    28
    as always, if you cannot beat it, declare it will die.

    I write programs for cuda and opencl, and both are in the majority of cases so alike, you don't really care what API/Language you use. you get your ptx assembly from opencl just like from the offline compiler of cuda.

    on the other side, if you want to get performance, you sadly need to work hard for it. the API is unified, but the hardware is very different. When I've started with opencl, I've run it on an 8800GT, q9550 and the cell. getting a simple Julia fractal to work AT ALL was a day of work per platform (especially cell) and optimizing them was several days per platform.

    on the other side, switching between cuda and opencl is mostly a compile flag for me. (sure, it's not always that simple, but 99% is that simple). if that AMD guy says Cuda will die, then so will OpenCL.

    btw. OpenMP 4 shall add support to run your code on GPUs as well, smart move imho.
    http://software.intel.com/en-us/blo...ant-solutions-for-targeting-and-vectorization
     
  4. Pete

    Pete Moderate Nuisance
    Moderator Legend

    Joined:
    Feb 7, 2002
    Messages:
    5,777
    Likes Received:
    1,814
    The point being he doesn't think it's worthy of extended consideration in B3D. The predicate to that thought is an understanding of how PR works. This makes your ad-hom pedantic, thus doubly unnecessary. And debating how to keep Roy employed is preeetty tangential to this thread.
     
  5. boxleitnerb

    Regular

    Joined:
    Aug 27, 2004
    Messages:
    407
    Likes Received:
    0
  6. ninelven

    Veteran

    Joined:
    Dec 27, 2002
    Messages:
    1,742
    Likes Received:
    152
    There is a difference between Maxwell, and Maxwell based.

    Is it possible we will see a consumer oriented Maxwell derivative on 28nm this year? Sure.

    But the halo chip with 8 Denver cores? I seriously doubt it.
     
  7. boxleitnerb

    Regular

    Joined:
    Aug 27, 2004
    Messages:
    407
    Likes Received:
    0
    I doubt that too. But then Nvidia never said that every Maxwell-solution would have those ARM cores.
     
  8. ninelven

    Veteran

    Joined:
    Dec 27, 2002
    Messages:
    1,742
    Likes Received:
    152
    No, but when people refer to the "xyz architecture" chip I generally infer that to mean the flagship. If it doesn't, then that should be made clear.
     
  9. Alexko

    Veteran Subscriber

    Joined:
    Aug 31, 2009
    Messages:
    4,541
    Likes Received:
    964
    NVIDIA's roadmap is fairly clear about Maxwell being a 2014 thing.

    [​IMG]
     
  10. boxleitnerb

    Regular

    Joined:
    Aug 27, 2004
    Messages:
    407
    Likes Received:
    0
    The professional versions, yes. DP GFLOPs were not exactly GK104-107's strong suit. But the first Maxwell GPU could be a January 2014 product, then it would be quite early and 2014.
     
  11. rapso

    Newcomer

    Joined:
    May 6, 2008
    Messages:
    215
    Likes Received:
    28
    isn't the address space already unified since fermi? (at least on 64bit) or is there some part missing (or emulated by the driver?).


    @arm cores
    maybe those lower end maxwell will also have less arm cores, but still be functionally compatible. would be useful if they also release cuda to use it. splitting the developer space isn't a smart move, imo.
     
  12. jlippo

    Veteran

    Joined:
    Oct 7, 2004
    Messages:
    1,744
    Likes Received:
    1,090
    Location:
    Finland
    It certainly would be nice for them if they could use it trough driver on normal rendering tasks as well.
     
  13. rapso

    Newcomer

    Joined:
    May 6, 2008
    Messages:
    215
    Likes Received:
    28
    not sure if there is that much demand for 'normal rendering tasks' support. would be another man in the middle.

    for compute on the other side, it would be quite nice to run your stuff purely on GPU. but I guess that's already been hinted by Kayla
     
  14. jaredpace

    Newcomer

    Joined:
    Sep 28, 2009
    Messages:
    157
    Likes Received:
    0
    Will Nvidia use die stacking with Maxwell? erps Nevermind looks like that is saved for Volta
     
  15. A1xLLcqAgt0qc2RyMz0y

    Veteran

    Joined:
    Feb 6, 2010
    Messages:
    1,589
    Likes Received:
    1,490
    Why ask a question with an answer you already knew?

    I don't see an EDIT.

    Is there some hidden meaning in your post?
     
  16. iMacmatician

    Regular

    Joined:
    Jul 24, 2010
    Messages:
    797
    Likes Received:
    223
    In my experience, the "Last edited by" below the post doesn't appear if the edit was made within a minute or so after the original post was posted. On manually writing "EDIT" in the post, maybe jaredpace chose not to do so.
     
  17. UniversalTruth

    Veteran

    Joined:
    Sep 5, 2010
    Messages:
    1,747
    Likes Received:
    22
    Actually, it is 5 minutes ;)
     
  18. LordEC911

    Regular

    Joined:
    Nov 25, 2007
    Messages:
    877
    Likes Received:
    208
    Location:
    'Zona
    aka ninja edits.
     
  19. iMacmatician

    Regular

    Joined:
    Jul 24, 2010
    Messages:
    797
    Likes Received:
    223
    Okay. Thanks for letting me know.
     
  20. willardjuice

    willardjuice super willyjuice
    Moderator Veteran Alpha

    Joined:
    May 14, 2005
    Messages:
    1,386
    Likes Received:
    299
    Location:
    NY
    Let's try to get back to GPUs.
     
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...