nvidia
128 bit integer on cuda?
I just managed to install my cuda SDK under Linux U开发者_运维技巧buntu 10.04. My graphic card is an NVIDIA geForce GT 425M, and I\'d like to use it for some heavy computational problem.[详细]
2023-03-08 19:11 分类:问答Is there some kind of incompatibility with Boost::thread() and Nvidia CUDA?
I\'m developing a generic streaming CUDA kernel execution Framework that allows parallel data copy & execution on the GPU.[详细]
2023-03-07 16:56 分类:问答int2 vs int4 loads on Fermi architecture
If needed to load two int2 from devic开发者_如何转开发e memory to registers, how much worse are two consecutive loads with int2 compared with one load with int4?This depends both on the GPU and on you[详细]
2023-03-06 09:55 分类:问答nvidia geforce gt 610多少钱??
尹海龙 2021-04-28 12:58 开发者_StackOverflow社区 你好!英伟达的geforce gt 610早停产了,二手价格在10元左右。这个独显仅仅是挂个独显的名头。实际性能连inter的集显都不如,3代集显。放弃吧,独显最低新的[详细]
2023-03-04 02:14 分类:问答How do I bring up (embedded) Linux on a Tegra Ventana development board?
I have a Tegra Ventana development kit, on which I want to run Linux.(NVIDIA only makes Android 2.3 and 2.2 images available for the Ventana: see \"Ventana Specific Downloads\" at the bottom of http:/[详细]
2023-03-02 20:27 分类:问答NVIDIA CUDA 4.0, page-locking a memory with runtime API
NVIDIA CUDA 4.0 (RC2 is assumed here) offers the nice feature o开发者_JAVA百科f page-locking a memory range that was allocated before via the \"normal\" malloc function. This can be done using the dri[详细]
2023-03-01 13:57 分类:问答Trouble with CUDA on notebook with Optimus
I\'ve installed CUDA toolkit v4.0 RC2 on my ASUS N61J with GeForce GT 325M (Win7 x64). Managed to integrate Cuda with Visual Studio 2010.[详细]
2023-02-27 17:36 分类:问答How to get card specs programmatically in CUDA
I\'m just starting out with CUDA.开发者_Go百科 Is there a way of getting the card specs programmatically?You can use the cudaGetDeviceCount and cudaGetDeviceProperties APIs.[详细]
2023-02-25 02:40 分类:问答cudaMemcpy invalid argument
My program runs 2 threads - Thread A (for input) and B (for processing). I also have a pair of pointers to 2 buffers, so that when Thread A has finished copying data into Buffer 1, Thread B starts pro[详细]
2023-02-23 05:26 分类:问答Can cuda be used combining with activeX technology?
every one. i am a newbie to cuda. i am wondering that can cuda be used combining with ActiveX technology,[详细]
2023-02-16 14:05 分类:问答