OpenCL support in graphics cards & on the Intel HD3000

20525
oneat

What does it mean when a graphic card mentions it supports native OpenCL?

And what happens when it doesn't? And how does intel 3000 cope with it? How are performances and processing cell numbers?

3

2 ответа на вопрос

8
white_gecko

Как я вижу ситуацию, Intel HD 3000 встроен в процессоры Intel Core 2-го поколения (он же Sandy Bridge).

Но OpenCL 1.1 поддерживает только Intel HD Graphics 4000 и 2500 и поддерживает только OpenCL на процессоре 2-го поколения, но не на графическом процессоре .

Очень верно! Это правильный ответ. На Sandy Bridge можно использовать только AVX и SSE, но не графический процессор. Vincent.StreamComputing 11 лет назад 0
5
Michael Hampton

Hopefully this will cover everything:

  • OpenCL is a standard for running massively parallel computations across many processors simultaneously. This does not necessarily need to be graphics processors; OpenCL workloads can be run on traditional CPUs.
  • Because graphics processors contain many small compute cores, usually optimized for floating point math, they lend themselves well to some types of massively parallel computations. Typically the math being done is rendering 3D graphics, but it could be generic computations. This concept in general is called GPGPU. Most modern GPUs support OpenCL as a means of permitting GPGPU to occur.
  • Intel HD Graphics 3000 supports OpenCL 1.1. It contains 12 execution units. Compare this with discrete graphics cards which, at the high end, can have hundreds of execution units.

Hopefully it will become apparent that, while you can run OpenCL jobs on the HD 3000, if you have a lot of such work to do, you would do better to buy a high-end graphics card to run it on, as you would get much better parallelization (and thus performance).

Как уже упоминали другие, последний пункт не соответствует действительности. См .: http://www.intel.com/support/graphics/sb/CS-033757.htm. binford 11 лет назад 1
@binford Это не то, что говорила ссылка, когда это было написано. Большое спасибо Intel. Michael Hampton 11 лет назад 1