Category: NVIDIA CUDA / GPU Programming
cuda 10.0.targets was not found | Visual Studio 2017 | CUDA Toolkit 10
Here is the scenario: You just installed Visual Studio 2017 Community Edition You just installed CUDA Toolkit 10 You create a CUDA project in Visual Studio You are trying to build the project with the default code and get an […]
Fixing Nsight Eclipse launch error on Ubuntu 18.04 LTS for Jetson Xavier
In order to get Nsight Eclipse launched without any errors there are two things that need to happen: Make sure the java-1_8_0-openjdk package is installed on your system https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 Launch nsight with the following command: nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java Here […]
How to run CUDA Samples on Jetson Xavier (Ubuntu 18.04 LTS)
If you would like to run CUDA Samples on Jetson Xavier: Open a terminal in the sample you would like to run. For example, on my machine, open a terminal in Home/NVIDIA_CUDA-10.0_Samples/5_Simulations/oceanFFT Make sure the terminal is in that directory. […]
Setting up Jetson AGX Xavier Developer Kit from a Windows Machine | Oracle VirtualBox | Ubuntu 18.04 LTS
DO NOT USE A VIRTUAL MACHINE! I am having problems running code written on the host machine (VM Ubuntu 18.04 LTS) on the Jetson Xavier. I keep getting a “Exec Format Error” whenever I run remotely on the Jetson Xavier. […]
OpenCV + CUDA Module | Video Walkthrough (1 hour 30 min.) | CMake Tutorial | Windows 10 | CUDA Toolkit 10 |
Use your NVIDIA GPU to make your computer vision project run faster! Below is a link to a detailed video walkthrough of adding the CUDA module to OpenCV on a Windows-based machine. The video walkthrough is 1 hour and 30 […]
CUDA Dynamic Parallelism Tutorial with Code | Video Walkthrough (59 minutes)
A video walkthrough (59 minutes) of using CUDA dynamic parallelism to achieve some an objective. Includes source code. Click the link below.
Video Walkthrough (21+ min.) of using CUDA Pinned Memory | CudaMallocHost | Make your applications run faster
Learn how to use CUDA Pinned Memory to make your applications run faster. You can’t process if you don’t have the data! Pinned memory is used give your GPU data faster so it can keep busy processing. This is a […]