Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.57k stars 217 forks source link

Does ThunderSVM support multi-GPUs #28

Open zccyman opened 6 years ago

zccyman commented 6 years ago

Does thundersvm support multi-GPU training?will multi-GPU make the training faster?

zeyiwen commented 6 years ago

No, it doesn't support multi-GPUs. I think multi-GPUs can help improve efficiency, especially when performing cross-validation or multi-class SVMs.

bingshenghe commented 6 years ago

It will be an interesting problem to extend ThunderSVM to multiple GPUs. are you interested in working into this?

ZesenChen commented 5 years ago

No, it doesn't support multi-GPUs. I think multi-GPUs can help improve efficiency, especially when performing cross-validation or multi-class SVMs.

Hello,zeyiwen. I have a question that if 0-th GPU has no memory left. Will thundersvm switch to another one automatically?

zeyiwen commented 5 years ago

Hi @ZesenChen It doesn't support this functionality, but you can specify the GPU id using -u option (cf. parameter).