Menu

Category: NVIDIA CUDA / GPU Programming

CUDA Unified Memory | A simple example | Windows | Visual Studio 2017

Next: CUDA Synchronization

CUDA Synchronization | syncthreads | cudaDeviceSynchronize | cudaEventRecord | Cuda Education

Donate

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 […]