


NVIDIA 536.40 graphics card driver released: supports RTX 4060 desktop graphics card
php editor Yuzi reports: NVIDIA recently released the 536.40 graphics card driver, adding support for RTX 4060 desktop graphics cards. The long-awaited feature has finally arrived! This update will bring users smoother and more stable graphics performance, allowing players to better enjoy gaming and graphic design experiences. Upgrade the driver now and experience the new graphics card performance!
The new driver also fixes the following bugs:
"Street Fighter 6" has a problem with the battle start cutscene when MFAA is enabled.
[Optix Denoiser] Solve the vignetting effect that may appear on image border pixels
External HDMI monitor cannot be detected from NVCPL after reinstalling driver
Organize the RTX 4060 graphics card parameters as follows:
RTX 4060 uses a 3072 CUDA core with an acceleration frequency of up to 2.46GHz and is equipped with 8GB 128bit video memory. The specifications of the RTX 4060 desktop graphics card are basically the same as those of the mobile version. The power consumption is 115W. The average game power consumption is only 110W and the idle power consumption is 7W, which is significantly lower than the previous generation.
According to data released by Nvidia’s official website, the performance of the RTX 4060 graphics card is 1.7 times that of the RTX 3060 after turning on the unique frame generation technology of the RTX 40 series graphics cards. After turning off the frame generation technology, the performance is 1.2 times that of the RTX 3060.
The above is the detailed content of NVIDIA 536.40 graphics card driver released: supports RTX 4060 desktop graphics card. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The open LLM community is an era when a hundred flowers bloom and compete. You can see Llama-3-70B-Instruct, QWen2-72B-Instruct, Nemotron-4-340B-Instruct, Mixtral-8x22BInstruct-v0.1 and many other excellent performers. Model. However, compared with proprietary large models represented by GPT-4-Turbo, open models still have significant gaps in many fields. In addition to general models, some open models that specialize in key areas have been developed, such as DeepSeek-Coder-V2 for programming and mathematics, and InternVL for visual-language tasks.

According to news from this site on June 2, at the ongoing Huang Renxun 2024 Taipei Computex keynote speech, Huang Renxun introduced that generative artificial intelligence will promote the reshaping of the full stack of software and demonstrated its NIM (Nvidia Inference Microservices) cloud-native microservices. Nvidia believes that the "AI factory" will set off a new industrial revolution: taking the software industry pioneered by Microsoft as an example, Huang Renxun believes that generative artificial intelligence will promote its full-stack reshaping. To facilitate the deployment of AI services by enterprises of all sizes, NVIDIA launched NIM (Nvidia Inference Microservices) cloud-native microservices in March this year. NIM+ is a suite of cloud-native microservices optimized to reduce time to market

Performance comparison of different Java frameworks: REST API request processing: Vert.x is the best, with a request rate of 2 times SpringBoot and 3 times Dropwizard. Database query: SpringBoot's HibernateORM is better than Vert.x and Dropwizard's ORM. Caching operations: Vert.x's Hazelcast client is superior to SpringBoot and Dropwizard's caching mechanisms. Suitable framework: Choose according to application requirements. Vert.x is suitable for high-performance web services, SpringBoot is suitable for data-intensive applications, and Dropwizard is suitable for microservice architecture.

The rise of small models. Last month, Meta released the Llama3.1 series of models, which includes Meta’s largest model to date, the 405B model, and two smaller models with 70 billion and 8 billion parameters respectively. Llama3.1 is considered to usher in a new era of open source. However, although the new generation models are powerful in performance, they still require a large amount of computing resources when deployed. Therefore, another trend has emerged in the industry, which is to develop small language models (SLM) that perform well enough in many language tasks and are also very cheap to deploy. Recently, NVIDIA research has shown that structured weight pruning combined with knowledge distillation can gradually obtain smaller language models from an initially larger model. Turing Award Winner, Meta Chief A

The performance comparison of PHP array key value flipping methods shows that the array_flip() function performs better than the for loop in large arrays (more than 1 million elements) and takes less time. The for loop method of manually flipping key values takes a relatively long time.

According to news from this site on August 20, multiple sources reported in July that Nvidia RTX4070 and above graphics cards will be in tight supply in August due to the shortage of GDDR6X video memory. Subsequently, speculation spread on the Internet about launching a GDDR6 memory version of the RTX4070 graphics card. As previously reported by this site, Nvidia today released the GameReady driver for "Black Myth: Wukong" and "Star Wars: Outlaws". At the same time, the press release also mentioned the release of the GDDR6 video memory version of GeForce RTX4070. Nvidia stated that the new RTX4070's specifications other than the video memory will remain unchanged (of course, it will also continue to maintain the price of 4,799 yuan), providing similar performance to the original version in games and applications, and related products will be launched from

According to news from this site on June 2, Nvidia has cooperated with graphics card and chassis manufacturers to officially introduce the SFF-Ready specification for GeForce RTX gaming graphics cards and chassis, simplifying the accessory selection process for small-sized chassis. According to reports, there are currently 15 graphics card and chassis manufacturers participating in the SFF-Ready project, including ASUS, Cooler Master, and Parting Technology. SFF-Ready GeForce gaming graphics cards are for RTX4070 and above models. The size requirements are as follows: Maximum height: 151mm, including power cord bending radius. Maximum length: 304mm. Maximum thickness: 50mm or 2.5 slots. As of June 2, 2024, there are 36 GeForce RTX40 series graphics cards. Compliant with specifications, more graphics cards will be available in the future

Effective techniques for optimizing C++ multi-threaded performance include limiting the number of threads to avoid resource contention. Use lightweight mutex locks to reduce contention. Optimize the scope of the lock and minimize the waiting time. Use lock-free data structures to improve concurrency. Avoid busy waiting and notify threads of resource availability through events.
