Nvidia was expected to launch the 11-series GPUs based on the Turing architecture at Computex 2018 earlier in June, but the company delayed the launch and now, we may finally see the new card at Gamescom.

Nvidia’s current generation of graphics cards were launched a little over two years ago, and in the time since, they’ve managed to keep gamers pretty happy with their performance. The Nvidia GTX 1080 Ti remains the current king of the crop from the 10-series, capable of chewing through even the most demanding games without breaking a sweat. However, this hasn’t stopped gamers from looking forward to the next generation of gaming cards from Nvidia and while many expected the Nvidia GTX 1180 to be announced at Computex 2018, that was not the case. The rumour was that the card was going to be announced later in the year at Gamescom, and now, Nvidia has supposedly sent out invites for a PC-related event to be held on August 21.
The invites come following a comment by a Lenovo representative who candidly spoke about Nvidia’s 11-series card in a video during E3. The representative was referring to a Lenovo Gaming PC and was heard saying “but time to market with NVIDIA 11 Series up to 1180 down the road” indicating the inevitable arrival of the 1180 cards.
The expectation from Nvidia’s GTX 1180 is that it would be able to play games at 4K resolution at 144Hz refresh rates, along with support for HDR gaming. It is also rumoured that the card would support outputting up to 120Hz refresh rate for VR headsets. The card will allegedly have up to 16GB Of GDDR6 RAM, produced by Micron. Micron has already started mass-producing the GDDR6 chips and as per a leaked image of a GTX 1180 engineering sample, the new memory chips will be a part of the new graphics card. There card is also rumoured to feature 3584 CUDA cores and a clock speed between 1.6 and 1.8GHz.
Earlier this year, the cryptocurrency mining trend had picked up with ferocity, sending the prices of GPUs skyrocketing. Despite the high price, most high-end graphics cards had become unavailable as Nvidia had a hard time maintaining inventory. Now that the crypto-trend has more or less stabilised, here’s hoping that Nvidia will be able to not only maintain stock but also be able to sell the cards at a reasonable price.

The guy who answered the question ‘What are you doing?’ with ‘Nothing’.
‘).insertAfter(‘.inside-container p:eq(1)’); */
// $( ” ).insertAfter(‘.inside-container p:eq(0)’);
//});#}
//method to trunkate the text
function shorten(text, maxLength) {
var ret = text;
if (ret.length > maxLength) {
ret = ret.substr(0,maxLength-3) + “…”;
}
return ret;
}
$(function(){
//function to put utm on DontMiss links
/*if(isDesktop()){
$(‘div.dontMiss > a’).each(function(){
$(this).prop(‘href’, $(this).prop(‘href’)+’?utm_source=within_article&utm_medium=desktop&utm_campaign=related’);
//trunkate dont miss content
var sub = shorten($(this).html(),47);
$(this).html(sub);
});
}else{
$(‘div.dontMiss > a’).each(function(){
$(this).prop(‘href’, $(this).prop(‘href’)+’?utm_source=within_article&utm_medium=mobile&utm_campaign=related’);
});
}*/
//disabled method to append dontmiss links to page content by Mayank
/*$(‘div.dontMiss > a’).each(function(index){
//loop over each list item
// if(index%2 > 0){
// index = index – 1;
// }
if($(‘.inside-container > p:eq(‘+index+’)’).length){
if(isDesktop()){
$(‘.inside-container > p:eq(‘+((index * 2) + 1)+’)’).append(‘
Related: ‘ + $(this).html() + ‘‘ );
}else{
$(‘.inside-container > p:eq(‘+((index * 2) + 1)+’)’).append(‘
Related: ‘ + $(this).html() + ‘‘ );
}
}
});*/
$(‘div.dontMissArea’).hide();
/* if(isDesktop()) {
$(‘div.dontMissArea’).hide();
}else{
$(‘div.dontMissArea’).show();
} */
/*
* ga event tracking on page scroll start and end by Mayank
*/
// Debug flag
var debugMode = false;
// Default time delay before checking location
var callBackTime = 100;
// # px before tracking a reader
var readerLocation = 150;
// Set some flags for tracking & execution
var timer = 0;
var scroller = false;
var endContent = false;
var didComplete = false;
// Set some time variables to calculate reading time
var startTime = new Date();
var beginning = startTime.getTime();
var totalTime = 0;
// Get some information about the current page
var pageTitle = document.title;
// Track the aticle load — disabled
if (!debugMode) {
// ga(‘send’, ‘event’, ‘Reading’, ‘ArticleLoaded’, pageTitle, {‘nonInteraction’: 1});
// console.log(“ga(‘send’, ‘event’, ‘Reading’, ‘ArticleLoaded’, pageTitle, {‘nonInteraction’: 1}”);
} else {
alert(‘The page has loaded. Woohoo.’);
}
// Check the location and track user
function trackLocation() {
bottom = $(window).height() + $(window).scrollTop();
height = $(document).height();
// If user starts to scroll send an event
if (bottom > readerLocation && !scroller) {
currentTime = new Date();
scrollStart = currentTime.getTime();
timeToScroll = Math.round((scrollStart – beginning) / 1000);
if (!debugMode) {
ga(‘send’, ‘event’, ‘Reading’, ‘StartReading’, pageTitle, timeToScroll, {‘metric1’ : timeToScroll});
} else {
alert(‘started reading ‘ + timeToScroll);
}
scroller = true;
}
// If user has hit the bottom of the content send an event
if (bottom >= $(‘.inside-container’).scrollTop() + $(‘.inside-container’).innerHeight() && !endContent) {
currentTime = new Date();
contentScrollEnd = currentTime.getTime();
timeToContentEnd = Math.round((contentScrollEnd – scrollStart) / 1000);
if (!debugMode) {
if (timeToContentEnd = height && !didComplete) {
currentTime = new Date();
end = currentTime.getTime();
totalTime = Math.round((end – scrollStart) / 1000);
if (!debugMode) {
ga(‘send’, ‘event’, ‘Reading’, ‘PageBottom’, pageTitle, totalTime, {‘metric3’ : totalTime});
} else {
alert(‘bottom of page ‘+totalTime);
}
didComplete = true;
}
}
// Track the scrolling and track location
$(window).scroll(function() {
if (timer) {
clearTimeout(timer);
}
// Use a buffer so we don’t call trackLocation too often.
timer = setTimeout(trackLocation, callBackTime);
});
});
‘).insertAfter(“.inside-container p:eq(2)”);
}
});