CUDACasts – 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/ Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode 21: Porting a simple OpenCV sample to the Jetson TK1 GPU]]> http://www.open-lab.net/blog/parallelforall/?p=3943 2022-08-21T23:37:28Z 2014-10-13T20:16:41Z In the previous?CUDACasts?episode, we saw how to flash your Jetson TK1 to the latest release of Linux4Tegra, and install both the CUDA toolkit and OpenCV SDK....]]> In the previous?CUDACasts?episode, we saw how to flash your Jetson TK1 to the latest release of Linux4Tegra, and install both the CUDA toolkit and OpenCV SDK....

In the previous CUDACasts episode, we saw how to flash your Jetson TK1 to the latest release of Linux4Tegra, and install both the CUDA toolkit and OpenCV SDK. We��ll continue exploring the power efficiency the Jetson TK1 Kepler-based GPU brings to computer vision by porting a simple OpenCV sample to run on the GPU. We��ll explore computer vision further in a future CUDACast when we look at the��

Source

]]>
2
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode 20: Getting started with Jetson TK1 and OpenCV]]> http://www.open-lab.net/blog/parallelforall/?p=3595 2022-08-21T23:37:08Z 2014-08-28T13:00:57Z The Jetson TK1 development kit has fast become a must-have for mobile and embedded parallel computing due the amazing level of performance packed into such a...]]> The Jetson TK1 development kit has fast become a must-have for mobile and embedded parallel computing due the amazing level of performance packed into such a...

The Jetson TK1 development kit has fast become a must-have for mobile and embedded parallel computing due the amazing level of performance packed into such a low-power board. In this and the following CUDACast, you��ll learn how to get started building computer vision applications on your Jetson TK1 using CUDA and the OpenCV library. CUDACasts are short how-to screencast videos about new��

Source

]]>
3
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode 13: Clock, Power, and Thermal Profiling with Nsight Eclipse Edition]]> http://www.open-lab.net/blog/parallelforall/?p=2358 2024-08-28T18:00:11Z 2013-12-19T16:13:19Z In the world of high-performance computing, it is important to understand how your code affects the operating characteristics of your HW. ?For example, if your...]]> In the world of high-performance computing, it is important to understand how your code affects the operating characteristics of your HW. ?For example, if your...

In the world of high-performance computing, it is important to understand how your code affects the operating characteristics of your HW. For example, if your program executes inefficient code, it may cause the GPU to work harder than it needs to, leading to higher power consumption, and a potential slow-down due to throttling. A new profiling feature in CUDA 5.5 allows you to profile the��

Source

]]>
1
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #12: Programming GPUs using CUDA Python]]> http://www.open-lab.net/blog/parallelforall/?p=2320 2022-08-21T23:36:58Z 2013-12-10T20:31:33Z So far in the CUDA Python mini-series on CUDACasts, I introduced you to using the @vectorize decorator and CUDA libraries, two different?methods for...]]> So far in the CUDA Python mini-series on CUDACasts, I introduced you to using the @vectorize decorator and CUDA libraries, two different?methods for...

So far in the CUDA Python mini-series on CUDACasts, I introduced you to using the decorator and CUDA libraries, two different methods for accelerating code using NVIDIA GPUs. In today��s CUDACast, I��ll be demonstrating how to use the NumbaPro compiler from Continuum Analytics to write CUDA Python code which runs on the GPU. In CUDACast #12, we��ll continue using the Monte Carlo options pricing��

Source

]]>
1
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #11: GPU Libraries for CUDA Python]]> http://www.open-lab.net/blog/parallelforall/?p=2210 2022-08-21T23:36:57Z 2013-10-29T13:36:37Z In the previous episode of CUDACasts I introduced you to NumbaPro, the high-performance Python compiler from Continuum Analytics, and demonstrated how to...]]> In the previous episode of CUDACasts I introduced you to NumbaPro, the high-performance Python compiler from Continuum Analytics, and demonstrated how to...

In the previous episode of CUDACasts I introduced you to NumbaPro, the high-performance Python compiler from Continuum Analytics, and demonstrated how to accelerate simple Python functions on the GPU. Continuing the Python theme, today��s CUDACast demonstrates NumbaPro��s support for CUDA libraries. The optimized algorithms in GPU-accelerated libraries often provide the easiest way to accelerate��

Source

]]>
3
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #10: Accelerate Python on GPUs]]> http://www.open-lab.net/blog/parallelforall/?p=2036 2022-08-21T23:36:57Z 2013-09-24T01:37:26Z This week's CUDACast continues the Parallel Forall Python theme kicked off in last week's post by Mark Harris, demonstrating exciting new support for CUDA...]]> This week's CUDACast continues the Parallel Forall Python theme kicked off in last week's post by Mark Harris, demonstrating exciting new support for CUDA...

This week��s CUDACast continues the Parallel Forall Python theme kicked off in last week��s post by Mark Harris, demonstrating exciting new support for CUDA acceleration in Python with NumbaPro. This video is the first in a 3-part series showing various ways to accelerate your Python code on NVIDIA GPUs. Tomorrow you won��t want to miss the chance to learn about Python GPU acceleration with��

Source

]]>
0
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #9: Explore GPU device memory with Nsight Eclipse Edition]]> http://www.open-lab.net/blog/parallelforall/?p=2021 2024-08-28T18:00:38Z 2013-09-10T02:00:42Z Visual tools offer a very efficient method for developing and debugging applications. When working on massively parallel codes built on the CUDA Platform, this...]]> Visual tools offer a very efficient method for developing and debugging applications. When working on massively parallel codes built on the CUDA Platform, this...

Visual tools offer a very efficient method for developing and debugging applications. When working on massively parallel codes built on the CUDA Platform, this visual approach is even more important because you could be dealing with tens of thousands of parallel threads. With the free NVIDIA Nsight Eclipse Edition IDE, you can quickly and easily examine the GPU memory state in a running CUDA C��

Source

]]>
0
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #8: Accelerate FFTW Apps with CUFFT 5.5]]> http://www.open-lab.net/blog/parallelforall/?p=2019 2022-08-21T23:36:56Z 2013-09-02T07:25:55Z GPU libraries provide an easy way to accelerate applications without writing any GPU-specific code. With the new?CUDA 5.5?version of?the NVIDIA CUFFT Fast...]]> GPU libraries provide an easy way to accelerate applications without writing any GPU-specific code. With the new?CUDA 5.5?version of?the NVIDIA CUFFT Fast...

GPU libraries provide an easy way to accelerate applications without writing any GPU-specific code. With the new CUDA 5.5 version of the NVIDIA CUFFT Fast Fourier Transform library, FFT acceleration gets even easier, with new support for the popular FFTW API. It is now extremely simple for developers to accelerate existing FFTW library calls on the GPU, sometimes with no code changes!

Source

]]>
2
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #7: nvidia-smi Accounting]]> http://dev.parallelforall.nvidia.com/?p=1926 2022-08-21T23:36:56Z 2013-08-23T04:38:18Z The?NVIDIA System Management Interface, nvidia-smi, is a command-line interface to the NVIDIA Management Library, NVML. nvidia-smi provides Linux system...]]> The?NVIDIA System Management Interface, nvidia-smi, is a command-line interface to the NVIDIA Management Library, NVML. nvidia-smi provides Linux system...

The NVIDIA System Management Interface, nvidia-smi, is a command-line interface to the NVIDIA Management Library, NVML. nvidia-smi provides Linux system administrators with powerful GPU configuration and monitoring tools. HPC cluster system administrators need to be able to monitor resource utilization (processor time, memory usage, etc.) on their systems. This resource monitoring is typically��

Source

]]>
0
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #6: CUDA on ARM with CUDA 5.5]]> http://www.parallelforall.com/?p=1799 2022-08-21T23:36:56Z 2013-08-09T07:46:05Z In CUDACast #5, we saw how to use the new NVIDIA RPM and Debian packages to install the CUDA toolkit, samples, and driver on a supported Linux OS with a...]]> In CUDACast #5, we saw how to use the new NVIDIA RPM and Debian packages to install the CUDA toolkit, samples, and driver on a supported Linux OS with a...

In CUDACast #5, we saw how to use the new NVIDIA RPM and Debian packages to install the CUDA toolkit, samples, and driver on a supported Linux OS with a standard package manager. With CUDA 5.5, it is now possible to compile and run CUDA applications on Arm-based systems such as the Kayla development platform. In addition to native compilation on an Arm-based CPU system, it is also possible to��

Source

]]>
0
Mark Ebersole http://www.open-lab.net/blog/parallelforall <![CDATA[CUDACasts Episode #5: Install CUDA 5.5 with a Linux Package Manager]]> http://www.parallelforall.com/?p=1782 2022-08-21T23:36:55Z 2013-07-31T19:56:43Z Today, CUDA 5.5 has been officially released! To continue with our CUDACasts mini-series on new CUDA 5.5 features, we will be exploring a new method for...]]> Today, CUDA 5.5 has been officially released! To continue with our CUDACasts mini-series on new CUDA 5.5 features, we will be exploring a new method for...

Today, CUDA 5.5 has been officially released! To continue with our CUDACasts mini-series on new CUDA 5.5 features, we will be exploring a new method for installing the CUDA platform on a supported Linux OS. In previous versions of CUDA, you would have used the run-file installer, a utility that handled installing the CUDA Toolkit, samples, and NVIDIA driver. While the run-file installer is still��

Source

]]>
2
���˳���97caoporen����