cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Kroonsystems
Journeyman III

Error: clCreateContextFromType failed. Error code : CL_DEVICE_NOT_FOUND

Running AMD OpenCL sample MatrixTranpose not using CPU

I compile and run this sample, willing just to test it with CPU, as I dont have a CL compatible videocard. Still it fails to see a CPU (and predictably fails on my GPU).

Could you show me how to test OpenCL (HelloWorld or similar) on just CPU?

 

0 Likes
3 Replies
omkaranathan
Adept I

If you are running the sample on CPU, use '--device cpu' option.

0 Likes

yep, it goes further on that, but then gives 'unhandled expection'. I am on Windows XP 32

0 Likes

Which CPU and SDK are you using? Are you able to run other samples? If yes, could you run CLInfo sample and post the result?

0 Likes