My current system for CUDA applications has one old NVIDIA card, 8800 GTX. I am thinking of adding one more card to it without updating the motherboard. Is it true that as long as I have two PCI-E slots, the two will work? Or I have to purchase a new motherboard enabled SLI support?
Can I use two NVIDIA gpu cards in a system without SLI support for CUDA computation?
3.5k Views Asked by fflower At
1
There are 1 best solutions below
Related Questions in CUDA
- direct global memory access using cuda
- Threads syncronization in CUDA
- Merge sort using CUDA: efficient implementation for small input arrays
- why cuda kernel function costs cpu?
- How to detect NVIDIA CUDA Architecture
- What is the optimal way to use additional data fields in functors in Thrust?
- cuda-memcheck fails to detect memory leak in an R package
- Understanding Dynamic Parallelism in CUDA
- C/CUDA: Only every fourth element in CudaArray can be indexed
- NVCC Cuda 5.0 on Ubuntu 12.04 /usr/lib/libudt.so file format not recognized
- Reduce by key on device array
- Does CUDA include a real c++ library?
- cuMemcpyDtoH yields CUDA_ERROR_INVALID_VALUE
- Different Kernels sharing SMx
- How many parallel threads i can run on my nvidia graphic card in cuda programming?
Related Questions in GPU
- Get GPU temperature in Android
- Can I use Julia to program my GPU & CPU?
- C: Usage of any GPU for parallel calculations
- Can I run Cuda or OpenCl on Intel processor graphics I7 (3rd or 4rd generation)
- How to get fragment coordinate in fragment shader in Metal?
- Is prefix scan CUDA sample code in gpugems3 correct?
- How many threads/work-items are used?
- When do we need two dimension threads in CUDA?
- What does a GPU kernel overhead consist of?
- Efficiently Generate a Heat Map Style Histogram using GLSL
- installing gputools on windows
- Make a dependent loop independent
- Is it possible to execute multiple instances of a CUDA program on a multi-GPU machine?
- CUDA cuBlasGetmatrix / cublasSetMatrix fails | Explanation of arguments
- Missing functions vload and vstore: OpenCL on Android
Related Questions in NVIDIA
- How to edit the xorg.conf
- onSensorChanged() not fired on Android (nVidia Shield Tablet)
- What is the correct version of CUDA for my nvidia driver?
- "no CUDA-capable device is detected" with CUDA-capable GPU installed Win7
- Is prefix scan CUDA sample code in gpugems3 correct?
- OpenCL : Random CL_MEM_OBJECT_ALLOCATION_FAILURE upon clEnqueueNDRangeKernel
- OpenCV Error: Gpu API call (-1001) in initializeOpenCLDevices
- OpenGL: GL_FRAMEBUFFER_UNSUPPORTED on specific combinations of framebuffer attachments
- Nvidia GeForce driver for windows 8.1 not working on windows 10
- OpenCL device information collection
- Confusion over compute units and expected cores on nvidia GPU
- Best strategy for grid search with CUDA
- cuda 6.5 installation in ubuntu 14.04LTS
- Valgrind: libnvidia-glcore.so.346.47 Conditional jump or move depends on uninitialised value
- IntelliSense: identifier "IDXGISwapChain1" is undefined
Related Questions in MULTI-GPU
- Is it possible to execute multiple instances of a CUDA program on a multi-GPU machine?
- TensorFlow for MultiGPU
- Keras run 2 independent training process on 2 GPU. ResourceExhaustedError
- NVRM: RmInitAdapter failed: Xid: 79, GPU has fallen off the bus
- Out of memory when using multiple GPUs with larger batch_size in Caffe
- Have MXNet used Nvidia's NCCL library for multi-GPU communication?
- TensorFlow model doesn't use GPU
- Multiple monitors in .NET
- Code running on two GPUs does not reach concurrent execution and has irrelevant speedup
- How to train a CNN on a cluster of GPUs (multi-gpu)?
- Hybrid graphics in linux
- OpenCL multiple GPU buffer read fails
- Issue with using Multi GPU NVIDIA
- Problem with running a tensorflow-based script on multiple GPUs of a cluster
- How to train a model on a cluster with multiple GPUs (single node)
Related Questions in MULTIPLE-GPU
- Initialize struct on different GPUs
- OpenCl wrong values when reading from multiple GPU
- How can I use local llm model with langchain VLLM?
- Concurrency in CUDA multi-GPU executions
- Model get stuck by using MirroredStrategy()
- How to speed up the training of an RNN model with multiple GPUs in TensorFlow?
- Trying to create optimizer slot variable under the scope for tf.distribute.Strategy, which is different from the scope used for the original variable
- Tensorflow not allocate tensor/op to all available GPUs
- Possible to use tf.distribute.Strategy.mirroredstrategy on parts of the graph rather than entire train_step for GAN custom training script?
- TensorFlow on multiple GPU
- Running OpenCL kernel on multiple GPUs?
- Tensorflow processing performance with multiple gpu
- tensorflow does not recognise 2nd GPU (/gpu:1)
- How does the Windows 10 render windows under multi-display, multi-GPU environment?
- How to dedicate DirectX to a GPU and dedicate CUDA to another GPU?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Of course you can. Moreover, even if one use multiple GPUs on SLI configuration - for CUDA they will be shown as multiple devices. For example, I have a computer with 4 nVidia GPUs on AMD-chip motherboard w/o any SLI support.