cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Atmapuri
Journeyman III

Cross fire and memory bandwidth!

Hi!

When connecting two GPUs in to cross-fire setup, how is that setup leveraged by the Open CL driver? Are the two devices visible as one? Do they share their GPU memory? Can I expect that when running a kernel on a cross-fire device, that the memory bandwidth will be doubled for that algorithm without thinking where and how to allocate the buffer?

Thanks!
Atmapuri

0 Likes
3 Replies
nou
Exemplar

crossfire card act as separate devices. they dont share memory. you must manualy split work to each of them.

0 Likes

Thanks, so what is then the point of connecting the two cards together? Why not leave them as is? Does that mean that Open CL is not able to make use of what is described as cross-fire?

0 Likes

crossfire connect is for games or generaly for 3D rendering.

0 Likes