Questions tagged [nvidia]

For programming questions specifically related to Nvidia hardware. N.B. Questions about system configuration are usually off-topic here!

Nvidia is an American global technology company based in Santa Clara, California, best known for its graphics processors (GPUs).

More about Nvidia at http://en.wikipedia.org/wiki/Nvidia
Nvidia website at http://www.nvidia.com/content/global/global.php

3668 questions
1
vote
0 answers

Building pytorch on the NVIDIA Jetson Nano developer kit

I'm working on a Jetson Nano, and trying to install pytorch 1.4.0 onto it to run some toy experiments. However, I'm running into a lot of trouble with this. After failing to leverage the prebuilt wheels, I've gone the way of building from scratch,…
cbao
  • 11
  • 1
1
vote
1 answer

Achieved Occupancy column is not shown is Nsight Profiling result

I have faced a problem that is very weird to me. I can not see the achieved occupancy column in Nsight Performance Analysis output. I am using Geforce 920M GPU, NVIDIA driver of version 425.31, Nsight version of 6.0.0.18296 and visual studio 2017.…
A.R.S.D.
  • 180
  • 3
  • 13
1
vote
1 answer

Is it possible to lock / reserve a GPU for one process?

Given a pool of GPUs we check if a GPU is free by checking if no process is running on it. The problem is that our process does not immediately require the GPU. Therefore there is a chance that two processes get assigned the same GPU. Is it possible…
Spenhouet
  • 6,556
  • 12
  • 51
  • 76
1
vote
2 answers

error: undefined reference to cv::cudacodec::createVideoReader

My Environment Info OpenCV 4.3.0 Ubuntu 18.04 CUDA-10.2 NVIDIA Video Codec SDK downloaded and headers and libs included the usr/local/cuda I installed OpenCV with the cmake: cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D…
Yunus Temurlenk
  • 4,085
  • 4
  • 18
  • 39
1
vote
1 answer

How to use GPU when training OpenNLP models?

I want to train an OpenNLP model using the CLI on a GPU server that I access remotely. I am familiar with utilizing the GPU when training pytorch models, but I realized I'm not sure how this would work with openNLP, given that it is written in java.…
tayloor
  • 13
  • 3
1
vote
1 answer

Run Nvidia-docker on Jetson nano and jetson xavier for deep learning framework like tensorflow

I am currently trying to run Nvidia-docker on Jetson Xavier and jetson nano with the Tensorflow framework enabled inside. but the problem I’m facing right now is related to “libcublas.so”. What I had tried the solution mentioned…
1
vote
1 answer

How do I get an nvidia driver in my docker ubuntu image?

I need to run a cuda binary on kubernetes. I've set up the nodes to use the kubernetes nvidia device plugin with nvidia-docker2. Here is my Dockerfile: FROM ubuntu:18.04 COPY addarrays /addarrays ENTRYPOINT [ "/addarrays" ] When I run the docker…
Dean Schulze
  • 9,633
  • 24
  • 100
  • 165
1
vote
1 answer

Problem: "nvcc fatal : Could not set up the environment for Microsoft Visual Studio"

I was testing my CUDA installation, so I made a simple code that says Hello World. After I run the following code in the Command Promtp: nvcc HelloWorld.cu -o Hello I get this error: nvcc fatal : Could not set up the environment for Microsoft…
1
vote
4 answers

Error: Running nvidia deepstream 5.0 SDK on Ubuntu

Trying to run nvidia's deepstream5.0 sdk (sample program) on ubuntu 18.04 by following the document (https://docs.nvidia.com/metropolis/deepstream/dev-guide/index.html). The application is installed in the path:…
Amarnath R
  • 973
  • 3
  • 14
  • 33
1
vote
1 answer

Why is Print Screen versus what is actually displaying on the monitor are different?

I'm working on an application that screen captures a monitor in real-time, encodes it, sends it over ethernet, decodes it, then displays that monitor in an application. So I put the decoder application on the same monitor that is being captured. I…
jpdev
  • 27
  • 1
  • 3
1
vote
1 answer

Is the NVIDIA h.264 encoder MFT leaking resources?

I've been struggling with a resource leak seemingly caused by NVIDIA's h.264 encoder MFT. Each time a frame is submitted to the encoder, the reference count of my D3D device is incremented by 1, and this reference is not given up even after shutting…
KeloCube
  • 56
  • 2
  • 5
1
vote
2 answers

CUDA emulator for windows 7

I have read several related posts but while some of them are for emulators on linux, others are on specific versions of windows with some preferences. So, I want to keep it simple: Is there a CUDA emulator that runs on windows. If yes, please…
Programmer
  • 6,565
  • 25
  • 78
  • 125
1
vote
0 answers

Running Intel GPU tools with Nvidia driver

I'm trying to run Intel GPU tests (https://gitlab.freedesktop.org/drm/igt-gpu-tools) with Nvidia drm but I get the bellow error: igt_kmod-WARNING: Could not load i915 Test requirement not met in function drm_open_driver, file…
1
vote
1 answer

How to install nvidia transfer learning toolkit in google colab?

I tried with solutions available online but none worked. Nvidia TLT is using docker image so is it possible in colab? docker pull nvcr.io/nvidia/tlt-streamanalytics:v1.0_py2
RAHUL
  • 23
  • 4
1
vote
3 answers

Ubuntu 20.04 : HDMI output not working Nvidia GT 620M

On afresh install Ubuntu 20.04 with the NVIDIA graphic card Geforce GF108M [GeForce GT 620M/630M/635M/640M LE], the HDMI output is not working and the driver seems not to be working. ubuntu-drivers devices ==…
Stéphane V
  • 1,094
  • 2
  • 11
  • 25