cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jsegura
Journeyman III

ATI stream with nvidia cards

I'm porting some cuda code to ATI stream + OpenCL. I have a machine with a ATI card installed, but some tests need to be run in a linux machine with a nvidia card. Right now i'm running this code with the CL_DEVICE_CPU option but i wonder if there's another way to do this.

Is there any possibility to get this card working with the same code? (the compilation could be host-dependant). Maybe with some driver-magic?

I want to run this code in a linux 64bits machine.

0 Likes
1 Reply
gaurav_garg
Adept I

There should not be any problem if you choose Nvidia platform and GPU type device. Of course, you need to make sure that application find Nvidia's OpenCL library in path.

0 Likes