nvidia Questions

8

Solved

I have aldready spent a considerable of time digging around on stack overflow and else looking for the answer, but couldn't find anything Hi all, I am running Tensorflow with Keras on top. I am 9...
Cobra asked 29/6, 2017 at 15:17

2

Solved

In the host code, it seems that the __CUDA_ARCH__ macro wont generate different code path, instead, it will generate code for exact the code path for the current device. However, if __CUDA_ARCH__ ...
Disgraceful asked 18/4, 2013 at 0:53

1

Solved

I am trying to compile a .cpp application which depends on LibTorch, the cpp version of PyTorch (https://pytorch.org/) on a HPC server. I have loaded CUDA 11.8 via a module load. nvcc -V outputs nv...
Replace asked 23/5, 2023 at 21:13

4

Solved

I have a Nvidia RTX 3090 ti 24GB with this drivers CUDA Version: 11.4 Driver Version: 470.74 18.04.1-Ubuntu SMP Cuda compilation tools, release 9.1, V9.1.85 I've looked for this card architect...
Accelerometer asked 6/11, 2021 at 16:25

2

I'm having trouble with using Pytorch and CUDA. Sometimes it works fine, other times it tells me RuntimeError: CUDA out of memory. However, I am confused because checking nvidia-smi shows that the ...
Fishnet asked 30/5, 2022 at 8:19

5

Solved

The NVIDIA-SMI is throwing this error: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running I purged...
Ganiats asked 9/3, 2018 at 4:43

6

I have an OpenGL library written in c++ that is used from a C# application using C++/CLI adapters. My problem is that if the application is used on laptops with Nvidia Optimus technology the applic...
Pournaras asked 24/6, 2013 at 7:49

1

I have a server (Ubuntu 16.04) with 4 GPUs. My team shares this, and our current approach is to containerize all of our work with Docker, and to restrict containers to GPUs using something like $ N...
Hercules asked 14/6, 2017 at 14:40

7

Solved

When I try to run a python script , which uses tensorflow, it shows following error ... 2020-10-04 16:01:44.994797: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully open...
Hamby asked 4/10, 2020 at 10:43

3

Solved

I needed to upgrade my nvidia driver so that I have tried running NVIDIA-LInux-x86_64.run file However, I was seeing following message ERROR: An NVIDIA kernel module 'nvidia' appears to already b...
Humanoid asked 1/5, 2020 at 13:16

4

Solved

I have a freshly installed Ubuntu 18.04.3 system (NVIDIA) with only Qt SDK 5.12.5, build-essential, git, and CMake installed. I'm trying to build a Qt project by opening the main CMakeLists.txt in ...
Adrenal asked 10/11, 2019 at 10:20

3

Recently I compiled natively the latest version of ffmpeg 4.3 on Windows 10 amd64. Evironment:CUDA11.0, NASM, VS2019, MYSY2 with mingw64. I also used the patch https://trac.ffmpeg.org/attachment/ti...
Epley asked 6/3, 2021 at 13:10

1

I saw: How do I customize nvidia-smi 's output to show PID username? but doesn't do what I want. I want the output to look: USER GPU PID hostname %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND b...
Narrowminded asked 7/2, 2023 at 3:25

2

I am trying to create an image of Docker that runs a X server using a NVIDIA GPU for OpenGL headless application. (Could be used creating textures, running Unity3D without screen, etc). In this cas...
Candlelight asked 19/8, 2020 at 8:43

5

Solved

CUDA runtime has a convenience function cudaGetErrorString(cudaError_t error) that translates an error enum into a readable string. cudaGetErrorString is used in the CUDA_SAFE_CALL(someCudaFunction...
Misshapen asked 24/10, 2012 at 0:38

2

Can someone explain to me what is NHCW format? I am working with the Jenson Inference library and for object detection the first step is called "Pre-Process" and it converts the image to ...
Lovieloving asked 14/4, 2021 at 7:16

2

Solved

I'm a complete newcomer to Docker, so the following questions might be a bit naive, but I'm stuck and I need help. I'm trying to reproduce some results in research. The authors just released code a...
Ology asked 4/10, 2020 at 17:18

12

I am trying to start working with OpenCL. I have two NVidia graphics card, I installed "developer driver" as well as SDK from NVidia website. I compiled the demos but when I run ./oclDeviceQuery ...
Cracow asked 10/2, 2011 at 16:13

3

Solved

I'm trying to compile and run this c++ code #include <GL/glut.h> void displayMe(void) { glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_POLYGON); glVertex3f(0.0, 0.0, 0.0); glVertex3f(0.5, 0.0...
Mer asked 16/11, 2016 at 23:55

5

Solved

I am completely new to terms related to HPC computing, but I just saw that EC2 released its new type of instance on AWS that's powered by the new Nvidia Tesla V100, which has both kinds of "cores":...
Berny asked 16/11, 2017 at 16:45

9

Solved

I'd like to extend my skill set into GPU computing. I am familiar with raytracing and realtime graphics(OpenGL), but the next generation of graphics and high performance computing seems to be in GP...
Mischiefmaker asked 10/10, 2012 at 21:2

3

Solved

I am currently studying CUDA and learned that there are global memory and shared memory. I have checked the CUDA document and found that GPUs can access shared memory and global memory using ld.sha...
Carnay asked 15/11, 2022 at 5:5

2

I want to upgrade my Ubuntu from 19.04 to 20.04, but it's not possible until I update all my packages. ❯ sudo do-release-upgrade Checking for a new Ubuntu release Your Ubuntu release is not ...
Reprisal asked 10/6, 2020 at 16:11

2

I am attempting to write a small demo program that has two cuda streams progressing and, governed by events, waiting for each other. So far this program looks like this: // event.cu #include <i...
Veridical asked 19/3, 2013 at 14:5

2

I installed the nvidia-docker2 following the instructions here. When running the following command I will get the expected output as shown. sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-u...
Egidio asked 15/7, 2022 at 22:22

© 2022 - 2024 — McMap. All rights reserved.