Results 1 to 6 of 6

Thread: GPUGrid: Maxwell GTX750Ti

  1. #1
    Diamond Member
    Join Date
    October 24th, 2010
    Posts
    5,743

    GPUGrid: Maxwell GTX750Ti

    Hi Guys, Just a line to say we've got our first GTX750Ti card up and running. The performance out-of-the-box matches a GTX480. We'll have a public app for GPUGRID just as soon as CUDA 6.0 is publicly released, which will probably happen at GTC at the end of the month. Matt

    More...

  2. #2
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,287

    Re: GPUGrid: Maxwell GTX750Ti

    Is "matching a GTX480" better or worse than expected, based on the specs?
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  3. #3
    Gold Member
    FourOh's Avatar
    Join Date
    January 16th, 2013
    Location
    Memphis, TN
    Posts
    1,037

    Re: GPUGrid: Maxwell GTX750Ti

    Based only on SP GFLOPS, they are a pretty close match (1345 vs 1306), but at 25% the power draw - the 750 ti seems promising to me. I have a spot for one when I can catch a deal.

    Will the 128-bit memory architecture be a limiting factor?



  4. #4
    Platinum Member
    John P. Myers's Avatar
    Join Date
    January 13th, 2011
    Location
    Jackson, TN
    Posts
    4,502

    Re: GPUGrid: Maxwell GTX750Ti

    Quote Originally Posted by FourOh View Post
    Will the 128-bit memory architecture be a limiting factor?
    Nope. They've increased cache from 256kB to 2MB on the GM107 greatly reducing the number of memory fetches.


  5. #5
    Gold Member
    Slicker's Avatar
    Join Date
    October 25th, 2010
    Location
    South of Cheeseland
    Posts
    1,253

    Re: GPUGrid: Maxwell GTX750Ti

    128-bit memory is good, but if they could handle native 128 bit integers, it would quadruple the speed of the Collatz WUs compared to today! Collatz doesn't spend that much time transferring data to/from the host to the GPU. It may help when it reads the 4x32-bit integers (128 bits total) from the the lookup table though. It does that millions of times per kernel call. If it can read it in a single 128-bit chunk and map it to a uint4 structure, it will speed things up quite a bit. And, with a cache size that large, maybe the lookup table should be larger....
    Spring 2008 Race: (1st Place)

  6. #6
    Gold Member
    FourOh's Avatar
    Join Date
    January 16th, 2013
    Location
    Memphis, TN
    Posts
    1,037

    Re: GPUGrid: Maxwell GTX750Ti

    I've been running the 750 Ti for a few days on GPUGrid - initially I was getting the new CUDA 6 long run work units, which I was able to complete with production of over 200,000/day. At 60W (max TDP) that's 3,333 credits/day/watt. Compare that to the GTX 580, which gets about 290k/day at 244W for 1189 credits/day/watt. So, two 750 Ti cards could do 40% more credits using half the power vs the GTX 580.

    BUUUUUTT... after a couple days getting CUDA 6 long run work units, the project started sending CUDA 5.5 units, which all error out immediately. I'm only getting CUDA 6 short run units now, which means my production is only about 110k/day. Still better per watt than the 580, but not where I want to be credits-wise. I have some making up to do after that slog of an Einstein challenge!



Posting Permissions

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