nvidia
How to determine the power status of a monitor/TV in Linux
I asked this same question a few months ago, but I\'ve run into another roadblock and I\'m hoping someone will have a flash of insight.The is the previous thread: Detecting if the monitor is powered o[详细]
2023-03-25 11:15 分类:问答Recommendation for OpenCL GPGPU [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-24 13:09 分类:问答How can I force any display resolution/timing I want?
I am having trouble finding a way to force any display resolution/timing I want in my C# program. I am running Windows 7 with a GeForce 210 graphics card. My current method to achieve these custom res[详细]
2023-03-23 15:23 分类:问答Synchronizations in GPUs
I have some question about how GPUs perform synchronizations. As I know, when a warp encounters a barrier (assuming it is in OpenCL), and it knows that the other warps of the same group haven\'t been[详细]
2023-03-20 03:39 分类:问答tex1Dfetch() does not record change in values
In the below code, I first bind the texture called ref to an array called gpu in the global memory. Then I call a function called getVal in which i first set the value of gpu[1] to 5 and then read it[详细]
2023-03-19 10:00 分类:问答Difference between program using constant memory and global memory
I have two programs. the only difference is that one uses constant memory to store input while the other uses global memory.I want to know why the global memory one is faster than the constant memory[详细]
2023-03-19 07:16 分类:问答Enable/Disable multiple monitors via Win32 API or NVidia API?
I\'m trying to write a small utility that will enable/disable monitors under Windows 7 with my nVidia graphics card.(ie. \"Extend the desktop onto this monitor\", etc)[详细]
2023-03-19 05:10 分类:问答Cuda error: function has already been defined in another .cu.obj file
I am trying to compile a cuda project that someone sent me. Though the compile stage passes, the link stage is failing. Below is an example of the error:[详细]
2023-03-19 01:49 分类:问答Why is texture memory version of below program slower than global memory version
i am confused why my texture version is slower than my global memory version because the texture version should exploit spatial locality. I am trying to compute the dot product in the below case. Thus[详细]
2023-03-18 23:33 分类:问答CUDA debugger for windows 7 and VS 2008e
I was wondering if there is a good cuda debugger for VS 2008 in windows 7. I heard about Nsight but people tell me it is not reliable.[详细]
2023-03-17 17:05 分类:问答