2

We have a system with computation devices that support openCL (ARM CPU with NEON, GPU, DSP, FPGA).

Is it possible to use OpenCL when running Windows EC7? What OpenCL SDK could be used? Can anyone provide a link to a successful project or any description?

schluchc
  • 3,924
  • 2
  • 15
  • 13

2 Answers2

0

OpenCL is mostly a GPU technology while NEON is ARM's brand name for a CPU technology about SIMD. So this means you don't get OpenCL just because your ARM core supports NEON.

auselen
  • 27,577
  • 7
  • 73
  • 114
  • I didn't express myself very clearly (I'll edit it). The question for us is whether we can use openCL on the CPU AND other devices of our system (GPU, DSPs etc.). So, my point is, we do have devices that support openCL, but the question now is whether it can be used if the operating system is Windows EC7. Do you know anything about that? – schluchc Mar 26 '14 at 12:48
0

I don't see any Windows Embedded Compact 7 conformant implementations of OpenCL listed on the Khronos Conformant Products page. There are some Linux (Ubuntu) and Android ARM implementations listed there though.

Dithermaster
  • 6,223
  • 1
  • 12
  • 20