Nvidia RTX 4070 Ti Leak Reveals Specs From 'Unlaunched' RTX 4080 (theverge.com) 40
A new leak could confirm rumors that Nvidia's planning on releasing the "unlaunched" 12GB RTX 4080 graphics card as the RTX 4070 Ti. From a report: The company briefly posted the specs for its upcoming RTX 4070 Ti GPU on its website, but Twitter user @momomo_us managed to snag a screenshot before Nvidia pulled the page down. So far, the leaked specs look identical to that of the 12GB RTX 4080, with the chip sporting 7,680 CUDA cores, a 2.61 GHz boost clock, and 12GB of memory. It also says the GPU could run 4K at up to 240Hz or 8K at 60Hz with DSC and HDR, while an included chart indicates that the RTX 4070 Ti could outperform the RTX 3080 by about 3.5 times when playing Cyberpunk 2077 with its new Ray-Tracing: Overdrive mode. In October, Nvidia faced criticism over its decision to launch the 12GB RTX 4080 GPU under the RTX 4080 moniker because of how much it differs from its much more powerful 16GB counterpart.
no shit (Score:2)
everyone on the planet knew that would be the case since they unlaunched it
Re: (Score:2)
Re: (Score:3, Funny)
smoothbrain replies to trolls.
Re: (Score:2)
It looks like an A.I. post to me. I could point out the signs, but I don't want it or its designer learning what they are.
Re: (Score:2)
Just toss a Trump worshipping MAGA into an S&M dungeon at the Blue Oyster Bar with a couple of gnarly gay bikers, and spend about an hour filming him getting his virgin sphincter getting forcefully buggered to a bloody and shopworn pulp.
First you'd have to find one with a virgin sphincter [scientificamerican.com].
Real News? (Score:1)
Re: (Score:2)
And anyone that wants a newer card now is buying cheap GTX3000/RX6000 ex-mining cards.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
Turns out that if you have enough fast ram and a fast enough cpu, you don't really need the newer cards anyway.
Well, I maxed out my fast RAM at 4MB, but I still think I'd benefit from a Picasso II
Re: (Score:2)
Well, I maxed out my fast RAM at 4MB, but I still think I'd benefit from a Picasso II
You're right - it looks really freaking comfortable [starfurniture.com].
Re: (Score:2)
yea you need something comfortable while playing all those eurotrash single button genesis reject games, if your lucky you might get music AND sound effects
Re: (Score:2)
A faster CPU and RAM is not going to magically make the GPU faster.
There's no magic about it, there's two reasons more CPU will improve graphics speed. One is bottlenecking, nuff said, and the other is that some of what the graphics driver does occurs on the CPU. Other factors which might apply too like an older CPU only being available with an older bus standard, e.g. my GPU supports PCIE4 but my old MB+CPU only offered PCIE3.
Re: (Score:2)
Yeah but driver overhead is a bitch. Plus games make other demands of CPUs as well. Real-time ray tracing can be very CPU intensive even if you're offloading most of the work to a dGPU that supports RT in hardware.
In general, if you are pushing high frame rates and/or RT with a high-end dGPU then you need a CPU with fast RAM to match.
Re: Real News? (Score:1)
Re: (Score:2)
I wish some must play game would come out so I could justify spending stupid money on a gaming system. I just play old games or low graphics games (wurm unlimited).
It would be kind of cool if I could play SC2 on my 70" projector but I'm not going to run out and spend tons of money just to do that. I'll just use my 24" monitor at 1920x1080 but that would be kind of cool.
I can play movies with VLC on the projector but gaming just becomes to intensive for my system. Rocking an amd tri-core 3.7ghz, 8gm ram, 750
Re: (Score:2)
I'm still waiting for a reasonably priced upgrade for a GeForce 2060 Super that's under $400.
Maybe the 4060 will be better than expected?
Re: (Score:2)
Re: (Score:2)
I bought an RTX 2070 Super for gaming and especially VR a couple years ago. Always go for the mid-range card (in case of Nvidia, the '70's series) as they have the best performance/price ratio. I was just about to suggest that you get one of those, because unless you want to play at 4K ultra-raytraced, it still plays everything you would want to at high quality.
But then I looked at the prices, and it's still at 400 - 550 Euros.
What gives? I think that's about the price I bought it for 2 years ago.
Pass - 12GB RAM Small for Rendering (Score:2)
I think it's about time for the video card to use system memory, somehow. That way the slow bus transfer is out of the equation.
Re: (Score:1)
I think it's about time for the video card to use system memory, somehow.
Welcome to the Mac M-series!
Re: (Score:2)
Lol no, more like welcome to Grace or Mi300.
Video vs System RAM (Score:2)
Well, it's a good thing you mentioned the slow bus transfer, because that is a factor, my initial reaction was to wonder why you wanted to use SLOWER memory for your processing. Still, they've done quite a bit of work to make the bus work faster for transferring information back and forth. For example, the ability to load information directly into the video card from storage devices without involving the CPU or main RAM.
Now, having a big glob of central memory you use for everything without moving it woul
Re: (Score:2)
What you're describing is how the Xbox and PlayStation are designed. The whole system uses GDDR instead of DDR, and there's just one shared memory pool. You've also got multiple memory busses, with different performance characteristics and cache coherency rules to help with performance.
It's a great design for gaming, but CPU performance takes a hit in the process. GDDR gives you higher bandwidth but comes with higher latency. Your rendering speeds up, but your random memory accesses on the CPU side slow dow
Re: (Score:2)
Our current computers are a mix of compromises to enable decent general performance at affordable prices? Shocking...
As you say, you can enable the graphical system more, but at the cost of the CPU's ability. You can enable the CPU more, but it costs graphical. You can paper over many things with "more money".
We use graphics cards for so much today because the development work into making them has been enough that a makeshift use of a graphics card is relatively cheap, not that it's particularly good. A
Re: (Score:2)
If you want memory coherence between pcie devices and system RAM, you should look into CXL and the enterprise hardware that utilizes it.
Re: (Score:2)
I think it's about time for the video card to use system memory, somehow. That way the slow bus transfer is out of the equation.
The system memory is on the other side of the bus, so it is the opposite of being out of the equation in that scenario. The GPU can access system memory via DMA, with boundaries controlled by the IOMMU, but it is several times slower than accessing local memory so nobody does this if they can avoid it. This is why they put so much RAM on GPGPU cards, to avoid having to go to the bus.
Whether a card with only 4GB more would be enough for you when you're running out of 8GB now is obviously application-specific
Re: (Score:2)
I think it's about time for the video card to use system memory, somehow.
Wait... what? Tell us you don't know how computers architectures work without telling us you don't know how computer architectures work.
There's a reason system memory is shared only with the lowest of low end GPUs. I'll let you research why.
Hopefully a sea change is coming for nVidia (Score:2)
And they'll focus on bang for the buck.
Keep their halo lineup of RTX xx90, and xx80, and the salvage parts from them, but let them think about frame/per dollar for the cards underneath those.
For example, for their next series use the 3nm node for the flagships, but use the existing node for the undercards, and refine it for better yields. And let's not forget that the console generation that dictates the standard for image quality is still just getting its legs underneath it.
Lots of sales can me made if the
Re: (Score:2)