OpenGL – NVIDIA Technical Blog News and tutorials for developers, data scientists, and IT admins 2025-03-21T20:30:26Z http://www.open-lab.net/blog/feed/ Avinash Baliga <![CDATA[NVIDIA Nsight Perf SDK v2021.1 Now Available]]> http://www.open-lab.net/blog/?p=34050 2024-08-28T17:48:06Z 2021-07-06T21:52:24Z The Nsight Perf SDK v2021.1 public release is now available for download. New features include: Simplified APIs to measure GPU performance within your...]]> The Nsight Perf SDK v2021.1 public release is now available for download. New features include: Simplified APIs to measure GPU performance within your...

The Nsight Perf SDK v2021.1 public release is now available for download. New features include: New: Ray Tracing Samples Below is a screenshot of Microsoft��s Real Time Denoised Ambient Occlusion sample, containing Nsight Perf SDK instrumentation. Each render pass or phase of execution has been annotated to take a measurement. From the DispatchRay call��s HTML report��

Source

]]>
0
Fabian Thuering <![CDATA[Optimizing Game Development with GPU Performance Events]]> http://www.open-lab.net/blog/?p=16264 2024-08-28T18:25:00Z 2020-01-31T17:43:25Z GPU performance events can be used to instrument your game by labeling regions and marking important occurrences. A performance event represents a logical,...]]> GPU performance events can be used to instrument your game by labeling regions and marking important occurrences. A performance event represents a logical,...Single frame from Metro Exodus for performance event example

GPU performance events can be used to instrument your game by labeling regions and marking important occurrences. A performance event represents a logical, hierarchical grouping of work, consisting of a begin/end marker pair. There are best practices for GPU performance events that are universally used by profiling tools such as NVIDIA Nsight Graphics and NVIDIA Nsight Systems��

Source

]]>
0
Louis Bavoil <![CDATA[The Peak-Performance-Percentage Analysis Method for Optimizing Any GPU Workload]]> http://www.open-lab.net/blog/?p=12004 2024-08-28T18:26:12Z 2019-06-21T17:33:49Z Figuring out how to reduce the GPU frame time of a rendering application on PC is challenging for even the most experienced PC game developers. In this blog...]]> Figuring out how to reduce the GPU frame time of a rendering application on PC is challenging for even the most experienced PC game developers. In this blog...

Figuring out how to reduce the GPU frame time of a rendering application on PC is challenging for even the most experienced PC game developers. In this blog post, we describe a performance triage method we��ve been using internally at NVIDIA to let us figure out the main performance limiters of any given GPU workload (also known as perf marker or call range), using NVIDIA-specific hardware metrics.

Source

]]>
6
Brad Nemire <![CDATA[NVIDIA Driver Symbol Server Now Available]]> https://news.www.open-lab.net/?p=10703 2022-08-21T23:44:38Z 2018-01-11T17:41:49Z NVIDIA is making available a repository of driver binaries. So why do we need this? Problem: During application development you may find yourself looking at a...]]> NVIDIA is making available a repository of driver binaries. So why do we need this? Problem: During application development you may find yourself looking at a...

NVIDIA is making available a repository of driver binaries. Problem: During application development you may find yourself looking at a crash report with an attached crash dump �C unfortunately there��s no guarantee you��ll have the same driver installed on your local system as is used in the dump (typically this happens when crash dumps come from QA or end users who are using a different driver)��

Source

]]>
0
Brad Nemire <![CDATA[Nsight Visual Studio Edition 5.5 Introduces Graphics Pixel History, Next-Gen CUDA GPU+CPU debugging, Next-Gen CUDA Profiling, and now supports Volta GPUs, Win10 RS3, and CUDA 9.1]]> https://news.www.open-lab.net/?p=10706 2023-10-25T23:54:27Z 2018-01-03T17:52:40Z NVIDIA Nsight Visual Studio Edition 5.5 is now available for download in the NVIDIA Registered Developer Program. This release extends support to the latest...]]> NVIDIA Nsight Visual Studio Edition 5.5 is now available for download in the NVIDIA Registered Developer Program. This release extends support to the latest...

NVIDIA Nsight Visual Studio Edition 5.5 is now available for download in the NVIDIA Registered Developer Program. This release extends support to the latest Volta GPUs and Win10 RS3. The Graphics Debugger adds Pixel History (DirectX 11, OpenGL) and OpenVR 1.0.10 support as well as Vulkan and Range Profiler improvements. Nsight Visual Studio Edition version 5.5 also introduces new compute tools��

Source

]]>
0
Tom Fogal <![CDATA[Pro Tip: Linking OpenGL for Server-Side Rendering]]> http://www.open-lab.net/blog/parallelforall/?p=8276 2022-08-21T23:38:25Z 2017-08-16T20:22:32Z Visualization is a great tool for understanding large amounts of data, but transferring the data from an HPC system or from the cloud to a local workstation for...]]> Visualization is a great tool for understanding large amounts of data, but transferring the data from an HPC system or from the cloud to a local workstation for...Figure 1: Server-side analysis and visualization of thermal operating bounds in vehicle design, using Intelligent Light��s FieldView.

Visualization is a great tool for understanding large amounts of data, but transferring the data from an HPC system or from the cloud to a local workstation for analysis can be a painful experience. It��s increasingly popular to avoid the transfer by analyzing and visualizing data in situ: right where it is generated. Moreover, using server-side rendering lets you deliver high quality visual��

Source

]]>
2
Peter Messmer <![CDATA[EGL Eye: OpenGL Visualization without an X Server]]> http://www.open-lab.net/blog/parallelforall/?p=6281 2023-12-30T01:14:42Z 2016-01-21T21:26:23Z If you��re like me, you have a GPU-accelerated in-situ visualization toolkit that you need to run on the latest-generation supercomputer. Or maybe you have a...]]> If you��re like me, you have a GPU-accelerated in-situ visualization toolkit that you need to run on the latest-generation supercomputer. Or maybe you have a...

If you��re like me, you have a GPU-accelerated in-situ visualization toolkit that you need to run on the latest-generation supercomputer. Or maybe you have a fantastic OpenGL application that you want to deploy on a server farm for offline rendering. Even though you have access to all that amazing GPU power, you��re often out of luck when it comes to GPU-accelerated rendering.

Source

]]>
14
Ingo Esser <![CDATA[VR SLI: Accelerating OpenGL Virtual Reality with Multi-GPU Rendering]]> http://www.open-lab.net/blog/parallelforall/?p=6210 2023-02-13T18:25:45Z 2015-12-21T14:00:49Z High-performance stereo head-mounted display (HMD) rendering is a fundamental component of the virtual reality ecosystem. HMD rendering requires substantial...]]> High-performance stereo head-mounted display (HMD) rendering is a fundamental component of the virtual reality ecosystem. HMD rendering requires substantial...Head-Mounted Display

High-performance stereo head-mounted display (HMD) rendering is a fundamental component of the virtual reality ecosystem. HMD rendering requires substantial graphics horsepower to deliver high-quality, high-resolution stereo rendering with a high frame rate. Today, NVIDIA is releasing VR SLI for OpenGL via a new OpenGL extension called ��GL_NVX_linked_gpu_multicast�� that can be used to greatly��

Source

]]>
30
Brad Nemire <![CDATA[Augmented Reality Sandbox]]> http://news.www.open-lab.net/?p=6064 2022-08-21T23:37:40Z 2015-07-31T18:48:58Z Powered by GeForce and OpenGL, the Augmented Reality Sandbox lets users sculpt mountains, canyons and rivers, then fill them with water or even create erupting...]]> Powered by GeForce and OpenGL, the Augmented Reality Sandbox lets users sculpt mountains, canyons and rivers, then fill them with water or even create erupting...

Powered by GeForce and OpenGL, the Augmented Reality Sandbox lets users sculpt mountains, canyons and rivers, then fill them with water or even create erupting volcanoes. The Modeling and Educational Demonstrations Laboratory Curriculum Materials Center in the Department of Earth, Planetary, and Space Sciences at UCLA have created the sandbox to help students learn about Topography.

Source

]]>
0
John Stone <![CDATA[HPC Visualization on NVIDIA Tesla GPUs]]> http://www.open-lab.net/blog/parallelforall/?p=4966 2022-08-21T23:37:31Z 2015-03-12T13:00:53Z HPC looks very different today than it did when I was a graduate student in the mid-90s. Today's supercomputers are many orders of magnitude faster than the...]]> HPC looks very different today than it did when I was a graduate student in the mid-90s. Today's supercomputers are many orders of magnitude faster than the...

HPC looks very different today than it did when I was a graduate student in the mid-90s. Today��s supercomputers are many orders of magnitude faster than the machines of the 90s, and GPUs have helped push arithmetic performance on several leading systems to stratospheric levels. Unfortunately, the arithmetic performance wrought by two decades of supercomputer design has created tremendous I/

Source

]]>
0
���˳���97caoporen����