An American global technology company based in Santa Clara, California, best known for its graphics processors (GPU's).

learn more… | top users | synonyms

0
votes
2answers
52 views

CUDA - more SM or higher clock rate?

What counts more when CUDA kernel speed execution is of vital importance? The frequency of the cores or the number of the SMs? I can choose between a Quadro K5000 and a Gtx 670 and I cannot decide. ...
0
votes
1answer
35 views

Memory bandwidth test on Nvidia GPU's

I tried to use the code posted by nvidia and do a memory bandwidth test but i got some surprising results Program used is here : ...
0
votes
0answers
21 views

Nvprof internal error 15:120

I'm trying to run nvprof profiler to see where my program is spending more time. But i always get this error: ======== NVPROF is profiling gpu_stuff... ======== Command: gpu_stuff ======== Error: ...
0
votes
0answers
13 views

Fix for DirectX 7 latency on Windows 7?

We have a piece of software that is programmed against DirextX 7 SDK (i.e the code uses LPDIRECTDRAWSURFACE7 and the likes) and runs in fullscreen. The main task is putting something on the screen in ...
1
vote
1answer
46 views

Can't read DDS image header on Linux

I use Nvidia nv_dds utility to load DDS image files to use in OpenGL program. It works on Windows but fails on Linux (Ubuntu 12.10).Initially I thought the problem with nv_dds but then found that ...
0
votes
0answers
88 views

“NVENC Feature not available for current license key type” error from nvEncoder sample

When I try to run the nvEncoder sample application included in NV Encode SDK 2.0, it fails to open an encode session. Here is the output: ...
1
vote
0answers
47 views

Efficiently performing memory transactions in Matlab-like CPU->GPU assignments

I have implemented a Matrix library based on expression templates for both, device and host operations. I have implemented a Matlab-like syntax, so that I can execute CPU to GPU assignments of the ...
0
votes
2answers
51 views

Getting the total video memory size

On the internet I have found that there are OpenGL extensions for AMD and NVIDIA to get the memory information of the graphics card. Now I'm trying to get the total video memory size but I'm always ...
0
votes
1answer
36 views

Block processing patterns of gpu cards using their SM cores

I have a question about the scheduling processes of compute capability 1.3 and 2.0 gpu cards. The maximum blocks scheduled each time at a Streaming Multiprocessor are 8 in both cases, at least that's ...
1
vote
1answer
47 views

HyperQ support in OpenCL

I want to run heterogeneous kernels that execute on a single GPU asynchronously. I think this is possible in Nvidia Kepler K20(Or any device having compute capability 3.5+) by launching each of this ...
2
votes
1answer
37 views

CUDA NVCC compiler binary variable

I'm trying do to something like this in CUDA: char_sig=code[k][1] & 0b00000010; And the NVCC compiler keeps giving me the error expected a ";" The same code works with GCC C compiler. I ...
1
vote
1answer
45 views

Invalid device symbol when copying to CUDA constant memory

I have several files for an app in image processing. As the number of rows and colums for an image does not change while doing some image processing algorithm I was trying to put those values in ...
-1
votes
0answers
482 views

A simple explanation of installing Nvidia drivers on Debian 7.0 Wheezy [closed]

I decided to make life hard and deleted windows 8 in favour of Debian. I've been researching for 2 days to install the Nvidia drivers for my system, but cannot find a step by step explanation ...
0
votes
0answers
53 views

Nvprof not working

I'm trying to profile my program (have C++ and CUDA source files) with nvprof. I was testing the profiler to see how it works and was getting an error (the error was about use of cudaDeviceReset(), ...
1
vote
2answers
72 views

CUDA compute capability 1.0 faster than 3.5

I have a cuda program that I am running on a 680gtx, while testing different compiler options I noticed that: compiling my code for compute capability 1.0 and sm 1.0 gives a runtime of 47ms ...
-2
votes
0answers
23 views

Vray Rt entering server mode 20206 Error [closed]

3ds max vray rt; entering server mode waiting request and nothing happen Ihave an pny quadro 4000 graphic card and what ever ı did ı cant fix the problem. Is there any body to help ?
2
votes
1answer
37 views

how to copy a Thrust::host_vector<char> to a char*

I'm trying my hands at CUDA thrust. but the environment I'm working in needs me to copy the data at the end into a char* and not thrust::host_vector<char> So my code right now looks something ...
0
votes
0answers
14 views

EGL DRI2 authentification failure with proprietary NVidia driver [closed]

I use NVidia proprietary driver 304.51 on a Fedora 18 64bits. A very basic EGL application throws libEGL warning: DRI2: failed to authenticate when eglInitialize() function is called. Do you know how ...
-1
votes
0answers
35 views

Anyone can confirm this in gpuz software? [closed]

Anyone can confirm this bug for me? I usually use GPU-Z (www.techpowerup.com/gpuz) as a debug tool to have a quick look of my CUDA programs. However, it seems that GPU-Z (the latest 0.70)'s runtime ...
-3
votes
1answer
114 views

GTX Titan Win7 x64 works at x8 instead of x16 :( [closed]

I'm testing a GTX Titan under Win7 x64 and it seems it doesn't run at PCIe 3.0 speed. I run it on a PCI-E 3.0 interface and my PB supports it (gigabyte Z77x UD5H), GPU-z tells me its PCI-E 3.0x16@x8 ...
0
votes
1answer
47 views

CUDA Perfomance Profiling with Nvidia NSight in VS2010 - segment on the time line

I wonder, assuming there is only one kernel that I call, in the timeline view of the application tracing report, under Process -> CUDA -> Compute is each segment I can see in the timeline window ...
1
vote
1answer
56 views

CUFFT error handling

I'm using the following macro for CUFFT error handling: #define cufftSafeCall(err) __cufftSafeCall(err, __FILE__, __LINE__) inline void __cufftSafeCall(cufftResult err, const char *file, const ...
-1
votes
0answers
54 views

Why is this only working for the first 5 blocks?

Cleaner, edited version. The kernel shown below isn't the true kernel, but I simplified it to show that that's not even working. The return vector is of size 20, I call for 1 block of 20 threads to ...
1
vote
1answer
54 views

Different build rules for different CUDA versions?

I'd like to specify in my cuda code whether I'm compiling using CUDA build rule version 4.2 or CUDA build rule version 5. is there any macro used for such propose ? Note: I know there is an ...
0
votes
1answer
55 views

Cannot create context on NVIDIA device with ECC enabled

On a node with 4 NVIDIA GPUs I enabled on device 0 the ECC memory protection (all other have ECC disabled). Since I enabled ECC on device 0 my application (CUDA, using just one device) hangs when it ...
0
votes
1answer
115 views

Video decoder on Cuda ffmpeg

I starting to implement custum video decoder that utilize cuda HW decoder to generate YUV frame for next to encode it. How can I fill "CUVIDPICPARAMS" struc ??? Is it possible? My algorithm are: ...
0
votes
2answers
40 views

clFinish hangs with empty queue

I've created multiple OpenCL queues with clCreateCommandQueue(). cl_int ret_code = CL_SUCCESS; cl_command_queue queue1 = clCreateCommandQueue(GPU_context, GPU_device_ID, CL_QUEUE_PROFILING_ENABLE, ...
0
votes
0answers
57 views

A way to change nVidia Digital Audio enabled device [closed]

I need to Toggle between two devices the enabled digital audio device of Nvidia, you can see an example in the nVidia Control Panel software. If My selected device in the nVidia panel is that "LG ...
0
votes
0answers
110 views

How to Benchmark GPU with CUDA GFLOPs/Watt

I was wondering what was the best manner to benchmark a GPU with CUDA over a specific application to obtain an accurate plot of GFLOPs/Watt. So I would like to run a Kernel and get FLOP/Watt data to ...
0
votes
0answers
50 views

Create OpenCV app that displays nvidia 3D vision enabled video

I'm currently working on a program which displays simultaneously the images from two live cameras. The main purpose of the project is to display 3D live video to the viewer. It works quite well on a ...
0
votes
1answer
90 views

comparison of cuda enabled nvidia GPUs [closed]

I would like to state a theoretical question about the compute capabilities of the Nvidia cards. From my relatively short experience I have noticed that cards with CC 2.0 can perform better than the ...
0
votes
0answers
35 views

OptiX 3.0 rtBufferSetDevicePointer for CUDA interop is not functional

This bug makes me very frustrating. Basically, the rtBufferSetDevicePointer is not working as the documented way. My test code is as the following: context = createOptixContext(); RTbuffer ...
0
votes
0answers
34 views

Monitor stuck at power safe mode after restart with Ubuntu, Linux 3.5.0-27-generic

All, I have installed Ubuntu 12.10. It had been running well for a week. Today, I noticed the delay and restarted the system. Then, the monitor (Dell) stuck at power safe mode. The graphic card is ...
0
votes
1answer
69 views

Installing Nvidia Optix SDK 3.0.0 Ubuntu 12.04

Hi I am trying to install nVidia OptiX SDK version 3.0.0 für linux64 on Ubuntu. I have downloaded the .run file. When the execution was finished I got a folder called ...
2
votes
0answers
62 views

Using constants with cuda

Which is the best way of using constants in CUDA? I think the ordinary way is to define constants on constant memory, like: // CUDA global constants __constant__ int M; int main(void) { ... ...
0
votes
0answers
33 views

Won't map texture correctly if I'm using only vertex program (NVIDIA Cg)

I'm using only a Cg vertex programs on my OpenGL engine. I don't need/want to use a fragment program, for that reason I'm binding the texture according to the fixed function steps. But there's an ...
0
votes
1answer
81 views

Optimizing CUDA Kernel

How can the following CUDA kernel be further optimized? or is it already optmized for its' purpose? I was thinking maybe I can use __constant__ memory in the host code for the arrays to be set with ...
0
votes
1answer
35 views

The behavior of __CUDA_ARCH__ macro

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__ ...
0
votes
1answer
71 views

CUDA “Unknown error” for unknown reasons [duplicate]

In my current project, a call to cudaGetLastError() is returning unknown error and I don't know why. The code compiles just fine, but it is not behaving how I would like it to. Below is a brief, not ...
0
votes
1answer
128 views

nVidia GPUs for Research Purposes: Float Precision

I'm doing my PhD research in A.I. and I've gotten to the part where I have to start using CUDA libraries for my testing platform. I've played with CUDA before, and I have a basic understanding of how ...
0
votes
1answer
91 views

About const pointer and parameter-passing in CUDA

How nvcc handle const pointers in kernels? According to nvidia, adding const and restrict for pointers during parameter-passing enable NVCC for aggressive optimizations, is this strictly following ...
0
votes
2answers
51 views

cuFFT profiling issue

I am trying to get the profiling data for cuFFT library calls for example plan and exec. I am using nvprof (command line profiling tool), with option of "--print-api-trace". It prints the time for all ...
0
votes
0answers
19 views

nvidia visual profiling failed

I compile the .cu file with the option -lineinfo in linux and when I add the execution file in visual profiler this error occur: ======== Error: application being profiled returned a non-zero return ...
0
votes
0answers
50 views

Results are not reproducible in CUDA?

I basically get similiar problem discussed here: https://devtalk.nvidia.com/default/topic/493695/cuda-programming-and-performance/gpu-in-state-where-results-are-not-reproducible-33-/1 Just with ...
0
votes
0answers
55 views

Matrix chain product in CUDA

I am doing a matrix chain product in CUDA. I don't know how parallelism can be applied to that kind of problem. I went through some guides that say that we can apply parallelism in the i-loop of the ...
0
votes
1answer
31 views

How nvidia rank their device?

Assume on a single node, there are several devcies with different compute capabilities, how nvidia rank them (by rank I mean the number assigned by cudaSetDevice)? Are there any general guideline ...
0
votes
1answer
113 views

nvidia drivers on backtrack 5 gnome 32 bit (X session failed to start)

i've got 2 graphic cards on my laptop : 1- intel integrated HD 3000 2-Nvidia GT540m just disabled nouveau drivers and installed nvidia drivers (official drivers from nvidia.com) now when trying to ...
0
votes
0answers
61 views

Cuda Release Build Problems - boolean evaluates incorrectly

I am running CUDA5.0 toolkit on a compute 2.1 video card under visual studio 2010 on a Windows 7 x64 machine. In debug mode, the following code runs correctly: int ...
0
votes
0answers
42 views

NVIDIA Cg Compiler Error C1307

When I try to use Cg to compile the following shader (a valid webGL shader): attribute vec3 position; attribute vec3 normal; uniform mat4 modelMatrix; uniform mat4 viewMatrix; uniform mat4 ...
0
votes
0answers
43 views

Xorg process goes to a 100% and system gets hard (slow) to use

Top shows the basic problem: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1274 root 20 0 845m 722m 170m S 99,1 9,0 186:46.82 Xorg I am using Kubuntu 12.10 ...

1 2 3 4 5 14