Jump to content

Dual GPU setup

Go to solution Solved by igormp,
6 hours ago, Chris-Same said:

I know you can't easily mix gpus

You can.

6 hours ago, Chris-Same said:

Is there any reason not to try this?

How are you planning on using those GPUs? If it's for training the same model, be aware that doing data parallelism may be underutilizing the A6000 since you'll be limited by the batch size of the 3090, so you'd need to take care of that by yourself in order to make proper use of those GPUs.

Model parallelism is another option, but it has it's a can of worms on its own, so good luck you're going this way.

 

If you plan on using each GPU for an entirely different task, then there should be no issues whatsoever (other than maybe lack of system ram for both processes).

Hi All, I have a question for a dual GPU setup for a ubuntu machine learning setup. I have an RTX3090 and it is working great in my setup. I would like to add another gpu and I was thinking of the A6000 actually. I know you can't easily mix gpus but they both use the same driver when I checked (https://www.nvidia.com/Download/driverResults.aspx/209261/en-us/). Is there any reason not to try this?

Link to comment
https://linustechtips.com/topic/1521242-dual-gpu-setup/
Share on other sites

Link to post
Share on other sites

6 hours ago, Chris-Same said:

I know you can't easily mix gpus

You can.

6 hours ago, Chris-Same said:

Is there any reason not to try this?

How are you planning on using those GPUs? If it's for training the same model, be aware that doing data parallelism may be underutilizing the A6000 since you'll be limited by the batch size of the 3090, so you'd need to take care of that by yourself in order to make proper use of those GPUs.

Model parallelism is another option, but it has it's a can of worms on its own, so good luck you're going this way.

 

If you plan on using each GPU for an entirely different task, then there should be no issues whatsoever (other than maybe lack of system ram for both processes).

FX6300 @ 4.2GHz | Gigabyte GA-78LMT-USB3 R2 | Hyper 212x | 3x 8GB + 1x 4GB @ 1600MHz | Gigabyte 2060 Super | Corsair CX650M | LG 43UK6520PSA
ASUS X550LN | i5 4210u | 12GB
Lenovo N23 Yoga

Link to comment
https://linustechtips.com/topic/1521242-dual-gpu-setup/#findComment-16045844
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×