Reputation: 1090
Where could I find OpenCL SDK for intel core 2 due? Graphic card: mobile intel (r) series express chipset family.
Upvotes: 1
Views: 3367
Reputation: 540
The current intel OpenCL SDK does not support Core 2 Duo Series CPUs. (See release notes)
If, however, you want to use that kind of CPU for OpenCL (development), you can use the AMD APP SDK. It supports all CPUs with at least SSE 2.x, as can be seen here
Works for me (Core2Duo 6750, Ubuntu)
Upvotes: 2