How many accelerator may I use?

Hi everyone,

I have a question. May I use more than one accelerator in my program?

Yes, you can initialize several CUDA contexts in one program and submit calculations to each one.

Ok, thank you :)