Geforce RTX 4070 Super surprises with better specifications

2024-01-15 01:45:00

‘)
.css(‘opacity’, 0)
.html(tip)
.appendTo(‘body’);
self.init();
self.target.on(‘mouseleave’, () => {
console.log(‘mouseleave’);
console.log($(‘#shareDialog’).hasClass(‘is-open’));
if ($(‘#shareDialog’).hasClass(‘is-open’)) {
self.remove();
}
});
self.tooltip.on(‘click’, () => {
self.remove();
});
});
$(window).on(‘resize’, () => {
self.init();
});
}
/**
* @param target
* @param info
* @param timeout
*/
showTemporary(target, info, timeout) {
let self = this;
timeout = timeout || 10;
this.target = target;
let tip = self.textList[info];
if (!tip || tip == ”) {
return false;
}
if (this.tooltip) {
this.tooltip.remove();
}
this.tooltip = $(”)
.css(‘opacity’, 0)
.html(tip)
.appendTo(‘body’);
this.init();
setTimeout(() => {
self.remove();
$(this.target).removeClass(‘active’);
}, timeout * 1000);
}
/**
*
*/
remove() {
if (!this.tooltip) {
return;
}
this.tooltip.animate({
top: ‘-=10’,
opacity: 0
}, 50, function() {
$(this).remove();
});
}
/**
*
*/
init() {
if (!this.tooltip || !this.target) {
return;
}
this.tooltip.addClass(‘dBlk’);
}
}
ctcTooltip = new ctcTooltips();
$(document).on(‘click’, ‘.shareCopy’, function() {
$(this).addClass(‘active’);
copyToClipboardNew($(this));
});
var copyToClipboardNew = function(target) {
var textArea = document.createElement(‘textarea’),
text = target.data(‘text’);
textArea.style.position = ‘fixed’;
textArea.style.top = 0;
textArea.style.left = 0;
textArea.style.width=”2em”;
textArea.style.height=”2em”;
textArea.style.padding = 0;
textArea.style.border=”none”;
textArea.style.outline=”none”;
textArea.style.boxShadow = ‘none’;
textArea.style.background = ‘transparent’;
textArea.value = text;
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
try {
var successful = document.execCommand(‘copy’);
if (successful) {
ctcTooltip.showTemporary(target, ‘link_copied’, 2);
} else {
ctcTooltip.showTemporary(target, ‘link_copy_error’);
}
} catch (err) {}
document.body.removeChild(textArea);
};
var closeShareWidget = function(delay) {
setTimeout(function() {
shareDialog.classList.remove(‘is-open’);
}, delay);
}
jQuery(document).on(‘click’, ‘.jsShare’, function() {
shareDialog.classList.add(‘is-open’);
jQuery(document).on(‘click’, ‘#shareDialog’, function() {
if (event.target.nodeName == ‘I’) {
closeShareWidget();
} else {
var container = $(‘.shareWrapper’);
if ((!container.is(event.target) && !container.has(event.target).length) || event.target.nodeName == ‘A’) {
closeShareWidget();
}
}
});
})

News

15.01.2024 um 02:45 Uhr

Sven Bauduin

Quelle: Nvidia

The new Geforce RTX 4070 Super surprises with significantly better specifications than Nvidia stated when the graphics card was officially presented. The L2 cache is significantly larger than was mistakenly announced.

  • The Geforce RTX 4070 Super, which will be the first of the three super graphics cards to be released on January 17th and is positioned slightly above the regular Geforce RTX 4070, surprises with significantly better specifications than Nvidia stated when releasing the smallest of the three new graphics cards. The L2 cache, which is not insignificant for gaming performance, is significantly larger than the US manufacturer mistakenly announced at this year’s CES 2024 in Las Vegas. The fast buffer of the AD104 graphics processor is therefore fully active.

    Also popular with PCGH readers:

    Geforce RTX 4070 (Ti) / 4080 Super: Performance values ​​leaked from OEM circles [Bericht]

    The performance values ​​of the Geforce RTX 4080 Super, Geforce RTX 4070 Ti Super and Geforce RTX 4070 Super are said to have already been leaked from OEM circles.

    33 percent more L2 cache than previously stated

    While Nvidia stated at CES 2024 that the AD104 graphics processor, which is an expansion with 56 compute units and 7,168 shaders as well as a 192-bit wide memory interface, should only have a 36 MiByte L2 cache, the manufacturer has This information has now been officially corrected. The specifications on the official website have already been adjusted.

    Source: Nvidia As can be seen from the specifications, the subsystem has 48 MiByte with 504 GiByte/s connected L2 cache, which is around 33 percent more than originally incorrectly stated by Nvidia.

    Geforce RTX 4070 Super sets itself apart from Geforce RTX 4070

    The Geforce RTX 4070 Super is even more different from the Geforce RTX 4070, which has an AD104 with 46 compute units and 5,888 shader units as well as a 36 MiByte L2 cache, which is also 33.3 percent smaller than the new Geforce RTX 4070 Super.

    Source: Nvidia The computing power increases by around 24 percent from 29 to 36 TFLOPS, which, according to Nvidia, should in turn result in up to 15 percent more performance in the form of frames per second (“Fps”). As usual, PCGH’s technology test will provide facts.

    Also popular with PCGH readers:

    Geforce RTX 4080 Super and 4070 (Ti) Super: Now everything is “Super” at Nvidia, right? [Umfrage]

    Nvidia presented the Geforce RTX 4080 Super, 4070 Ti Super and 4070 Super at CES 2024, what do you think of the new graphics cards?

    Your opinion is asked!

    What is your opinion on this topic? The PCGH editorial team would be pleased to hear your well-founded opinion in the comments to this report. To comment, you must be logged in to PCGH.de or the Extreme forum. If you don’t have an account yet, you can register here register without obligation. When commenting, please note the applicable regulations Forum rules.

    Those: Nvidia via Wccftech

  • 1705284038
    #Geforce #RTX #Super #surprises #specifications

    Leave a Comment

    This site uses Akismet to reduce spam. Learn how your comment data is processed.